Module org.cicirello.rho_mu
Package org.cicirello.math.rand
Collection of classes related to random number generation.
-
Class Summary Class Description PolarGaussian This class provides methods for generating pseudorandom numbers from a Gaussian distribution using the classic Polar Method.RandomIndexer RandomIndexer is a class of utility methods related to efficiently generating random indexes, and combination of indexes, into arrays.RandomVariates This utility class provides methods for generating random variates from different distributions.ZigguratGaussian This class provides methods for generating pseudorandom numbers from a Gaussian distribution using the Ziggurat Algorithm.