current_random_source
Returns the source of the current random number generator (what kind of noise is generating the random numbers).
This can be set via the fns use_random_source
and with_random_source
. Each source will provide a different pattern of random numbers.
Introduced in v4.0
# Example 1 | |
|
|
# Example 2 | |
|
|