org.encog.mathutil.randomize.generate
public class MultiplyWithCarryGenerateRandom extends AbstractBoxMuller
MU
Constructor and Description |
---|
MultiplyWithCarryGenerateRandom() |
MultiplyWithCarryGenerateRandom(long seed) |
MultiplyWithCarryGenerateRandom(long[] seeds,
long carry,
int r,
long multiplier) |
Modifier and Type | Method and Description |
---|---|
boolean |
nextBoolean() |
double |
nextDouble() |
float |
nextFloat() |
int |
nextInt() |
long |
nextLong() |
nextGaussian
nextDouble, nextDouble, nextInt, nextInt
public MultiplyWithCarryGenerateRandom(long seed)
public MultiplyWithCarryGenerateRandom()
public MultiplyWithCarryGenerateRandom(long[] seeds, long carry, int r, long multiplier)
public double nextDouble()
public long nextLong()
public boolean nextBoolean()
public float nextFloat()
public int nextInt()
Copyright © 2014. All Rights Reserved.