This section contains things related to discrete random variables.
Mersenne Twister is a fast, high-quality pseudo-random number generator with a period of . Because of these properties, many libraries have chosen it as the default random number generator, including Matlab and Python’s standard library. It is also the choice in Pastel where it is used to generate pseudo-random integers.
A high-quality random number generator