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()
RandomNumberGenerator
double
.nextDouble
in interface RandomNumberGenerator
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.