|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
| RandomApp | RandomApp is a simple application that demonstrates the use of RngPack. |
| RandomElement | RandomElement is an abstract class that encapsulates uniform random number generators. |
| RandomJava | RandomJava is a class wrapper for the Math.random()
generator that comes with Java. |
| RandomSeedable | RandomSeedable is an abstract class that extends the
RandomElement class to include the ability to
automatically generate a valid long seed from the clock. |
| RandomShuffle | RandomShuffle uses one random number generator to shuffle the numbers produced by another to obliterate sequential correlations. |
| Ranecu | Ranecu is an advanced multiplicative linear congruential random number generator with a period of aproximately 1018. |
| Ranlux | RANLUX is an advanced pseudo-random number generator based on the RCARRY algorithm proposed in 1991 by Marsaglia and Zaman. |
| Ranmar | RANMAR is a lagged Fibonacci generator proposed by Marsaglia and Zaman and is a good research grade generator. |
More strong uniform pseudo-random number generators.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||