Crate easyrand[−][src]
Structs
SeededRand |
Functions
choose | Return a reference to a randomly selected item in the given object |
randbool | |
randint | Returns a random integer in the specified range |
random | Returns a random numnber between 0.0 and 1.0 |
randrange | Returns a random number in the specified range |
shuffle | In-place shuffle of the given object |
with_seed | Convinence method to get seedable |