public interface RandomGenerator
Modifier and Type | Method and Description |
---|---|
double |
exponential(double tau)
A number from the probability distribution
[ t ≥ 0] a exp(-at)
|
double |
gammln(double xx) |
double |
gaussian() |
int |
poisson(double mean) |
float |
random() |
int |
round(double mean)
Randomly round up or down, so the average is @mean.
|
long |
used() |
float random()
double gaussian()
double gammln(double xx)
int poisson(double mean)
int round(double mean)
double exponential(double tau)
long used()
Copyright © 2020. All rights reserved.