Module random

The random package provides pseudo-random number generation using the xoshiro256** algorithm.

Classes

Random The Random class provides access to the random number generator. Each instance is completely separate from all others.