Class StandardNormalRNG

java.lang.Object
dev.nm.stat.random.rng.univariate.normal.Zignor2005
dev.nm.stat.random.rng.univariate.normal.StandardNormalRNG
All Implemented Interfaces:
RandomStandardNormalGenerator, RandomNumberGenerator, Seedable

public class StandardNormalRNG extends Zignor2005
An alias for Zignor2005 to provide a default implementation for sampling from the standard Normal distribution.
  • Constructor Details

    • StandardNormalRNG

      public StandardNormalRNG()