public class ConcurrentStandardNormalRNG extends Object implements RandomStandardNormalGenerator
| Constructor and Description |
|---|
ConcurrentStandardNormalRNG() |
ConcurrentStandardNormalRNG(RandomStandardNormalGenerator rnorm) |
| Modifier and Type | Method and Description |
|---|---|
double |
nextDouble()
Get the next random
double. |
void |
seed(long... seeds)
Seed the random number/vector/scenario generator to produce repeatable experiments.
|
public ConcurrentStandardNormalRNG(RandomStandardNormalGenerator rnorm)
public ConcurrentStandardNormalRNG()
public double nextDouble()
RandomNumberGeneratordouble.nextDouble in interface RandomNumberGeneratorCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.