Module
random

Random variable generators.

integers -------- uniform within range

sequences --------- pick random element pick random sample generate random permutation

distributions on the real line: ------------------------------ uniform normal (Gaussian) lognormal negative exponential gamma beta pareto Weibull

distributions on the circle (angles 0 to 2pi) --------------------------------------------- circular uniform von Mises

General notes on the underlying Mersenne Twister core generator: