Interface RandomStandardNormalGenerator
-
- All Superinterfaces:
RandomNumberGenerator,Seedable
- All Known Implementing Classes:
BoxMuller,ConcurrentStandardNormalRNG,MarsagliaBray1964,StandardNormalRNG,Ziggurat2000,Zignor2005
public interface RandomStandardNormalGenerator extends RandomNumberGenerator
This is a random number generator that generates random deviates according to the standard Normal distribution.
-
-
Method Summary
-
Methods inherited from interface dev.nm.stat.random.rng.univariate.RandomNumberGenerator
nextDouble
-
-