current_random_seed
Returns the current random seed.
This can be set via the fns use_random_seed
and with_random_seed
. It is incremented every time you use the random number generator via fns such as choose
and rand
.
Introduced in v2.10
# Example 1 | |
|
|
# Example 2 | |
|
|