public class DistributionFixed extends Distribution
Constructor and Description |
---|
DistributionFixed(long key) |
Modifier and Type | Method and Description |
---|---|
long |
inverseCumProb(double cumProb) |
long |
next() |
double |
nextDouble() |
void |
setSeed(long seed) |
average, maxValue, minValue
public long next()
next
in class Distribution
public double nextDouble()
nextDouble
in class Distribution
public long inverseCumProb(double cumProb)
inverseCumProb
in class Distribution
public void setSeed(long seed)
setSeed
in class Distribution
Copyright © 2014–2018 Robert Stupp, Koeln, Germany, robert-stupp.de. All rights reserved.