Package | Description |
---|---|
org.encog.mathutil.randomize.generate |
Modifier and Type | Class and Description |
---|---|
class |
LinearCongruentialRandom
A Linear Congruential random number generator.
|
class |
MersenneTwisterGenerateRandom
The Mersenne twister is a pseudo random number generator developed in 1997 by Makoto Matsumoto and
Takuji Nishimura that is based on a matrix linear recurrence over a finite binary field F2.
|
class |
MultiplyWithCarryGenerateRandom
In Multiply with Carry (MWC) is a pseudo random number generator computer science, multiply-with-carry (MWC)
is a method invented by George Marsaglia for generating sequences of random integers based on an initial set
from two to many thousands of randomly chosen seed values.
|
Copyright © 2014. All Rights Reserved.