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