Uses of Class
edu.cornell.lassp.houle.RngPack.RandomElement
-
Packages that use RandomElement Package Description edu.cornell.lassp.houle.RngPack -
-
Uses of RandomElement in edu.cornell.lassp.houle.RngPack
Subclasses of RandomElement in edu.cornell.lassp.houle.RngPack Modifier and Type Class Description class
RandomSeedable
RandomSeedable
is an abstract class that extends theRandomElement
class to include the ability to automatically generate a validlong
seed from the clock.class
Ranmar
RANMAR is a lagged Fibonacci generator proposed by Marsaglia and Zaman and is a good research grade generator.
-