bmjs-random
A simple function to give you a random selection from input parameters.
Example usage:
const random = ; let randomString = ;console; // random selection from 'foo', 'bar', 'baz' let randomNumber = ;console; // random selection from 1,2,3