-
Notifications
You must be signed in to change notification settings - Fork 0
stdlib_math_random
Neil Tallim edited this page Jul 14, 2015
·
1 revision
The random
namespace provides random-number-related functions.
Returns a random float between low
and high
, inclusive.
Returns a random integer between low
and high
, inclusive.
Returns a random item from items
.
Returns up to sample_size
items from items
.
Selection order is preserved.