Class InverseTransformSamplingExpRNG

    • Constructor Detail

      • InverseTransformSamplingExpRNG

        public InverseTransformSamplingExpRNG​(double lambda)
        Constructs a random number generator to sample from the exponential distribution using the inverse transform sampling method.
        Parameters:
        lambda - the rate parameter
      • InverseTransformSamplingExpRNG

        public InverseTransformSamplingExpRNG()
        Constructs a random number generator to sample from the standard exponential distribution using the inverse transform sampling method.