diplib/random.h file

Random number generators See Random.

Contents

Classes

class dip::BinaryRandomGenerator
Generates random binary values. more...
class dip::GaussianRandomGenerator
Generates random floating-point values taken from a normal distribution. more...
class dip::PoissonRandomGenerator
Generates random integer values taken from a poisson distribution. more...
class dip::Random
A pseudo-random number generator with excellent statistical properties, and it’s also fast. more...
class dip::UniformRandomGenerator
Generates random floating-point values taken from a uniform distribution. more...