Package org.cicirello.math.rand


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