module #include "diplib/random.h"
Random Pseudo-random generator and probability distributions.
Contents
- Reference
Classes
-
class dip::
Random - A pseudo-random number generator with excellent statistical properties, and it’s also fast.
-
class dip::
UniformRandomGenerator - Generates random floating-point values taken from a uniform distribution.
-
class dip::
GaussianRandomGenerator - Generates random floating-point values taken from a normal distribution.
-
class dip::
PoissonRandomGenerator - Generates random integer values taken from a poisson distribution.
-
class dip::
BinaryRandomGenerator - Generates random binary values.