public class InverseTransformSamplingEVDRNG extends Object implements RandomNumberGenerator
Constructor and Description |
---|
InverseTransformSamplingEVDRNG(UnivariateEVD dist)
Create an instance with the given extreme value distribution.
|
InverseTransformSamplingEVDRNG(UnivariateEVD dist,
long... seeds)
Create an instance with the given extreme value distribution and seeds for this random number
generator.
|
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 InverseTransformSamplingEVDRNG(UnivariateEVD dist)
dist
- the extreme value distributionpublic InverseTransformSamplingEVDRNG(UnivariateEVD dist, long... seeds)
dist
- the extreme value distributionseeds
- the seedspublic double nextDouble()
RandomNumberGenerator
double
.nextDouble
in interface RandomNumberGenerator
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.