Interface RandomGammaGenerator
-
- All Superinterfaces:
RandomNumberGenerator,Seedable
- All Known Implementing Classes:
InverseTransformSamplingGammaRNG,InverseTransformSamplingTruncatedNormalRNG,KunduGupta2007,MarsagliaTsang2000,XiTanLiu2010a,XiTanLiu2010b
public interface RandomGammaGenerator extends RandomNumberGenerator
This is a random number generator that generates random deviates according to the Gamma distribution.
-
-
Method Summary
-
Methods inherited from interface dev.nm.stat.random.rng.univariate.RandomNumberGenerator
nextDouble
-
-