Package edu.cornell.lassp.houle.RngPack
-
Class Summary Class Description RandomElement RandomElement is an abstract class that encapsulates random number generators.RandomSeedable RandomSeedable
is an abstract class that extends theRandomElement
class to include the ability to automatically generate a validlong
seed from the clock.Ranmar RANMAR is a lagged Fibonacci generator proposed by Marsaglia and Zaman and is a good research grade generator.