choose
random.choose()
Returns a or b, randomly 50/50.
random.choose(a, b)
a
Number, String, Object, Array
First value that can be chosen (used in random.choose
).
b
Number, String, Object, Array
Second value that can be chosen (used in random.choose
).