org.encog.mathutil.randomize.generate
public class SecureGenerateRandom extends AbstractGenerateRandom
Constructor and Description |
---|
SecureGenerateRandom()
Construct with a time-based seed.
|
SecureGenerateRandom(long seed)
Construct the random number generator.
|
Modifier and Type | Method and Description |
---|---|
boolean |
nextBoolean() |
double |
nextDouble() |
float |
nextFloat() |
double |
nextGaussian() |
int |
nextInt() |
long |
nextLong() |
nextDouble, nextDouble, nextInt, nextInt
public SecureGenerateRandom(long seed)
seed
- The seed.public SecureGenerateRandom()
public int nextInt()
public double nextDouble()
public float nextFloat()
public long nextLong()
public boolean nextBoolean()
public double nextGaussian()
Copyright © 2014. All Rights Reserved.