public class RandomBypassAdapter
extends org.apache.commons.math3.random.AbstractRandomGenerator
| Constructor and Description |
|---|
RandomBypassAdapter() |
| Modifier and Type | Method and Description |
|---|---|
double |
nextDouble() |
double |
nextGaussian() |
void |
setSeed(long seed)
This is expected to be set with a hashed value before being accessed.
|
public void setSeed(long seed)
setSeed in interface org.apache.commons.math3.random.RandomGeneratorsetSeed in class org.apache.commons.math3.random.AbstractRandomGeneratorseed - - The hashed inputpublic double nextDouble()
nextDouble in interface org.apache.commons.math3.random.RandomGeneratornextDouble in class org.apache.commons.math3.random.AbstractRandomGeneratorpublic double nextGaussian()
nextGaussian in interface org.apache.commons.math3.random.RandomGeneratornextGaussian in class org.apache.commons.math3.random.AbstractRandomGeneratorCopyright © 2017. All rights reserved.