Discrete random variables

Back to Random variables

This section contains things related to discrete random variables.

Pseudorandom number generator

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.

Learn more

Files

An aggregate file for discrete random variables

Mersenne Twister

A high-quality random number generator