5namespace Kinesis::Stochastic {
Unified generative infrastructure for stochastic and procedural algorithms.
double get_gaussian_random(double start, double end)
Generates a gaussian (normal) random number.
double get_brownian_motion(double start, double end)
Generates a Brownian motion value.
double get_poisson_random(double start, double end)
Generates a poisson random number.
double get_uniform_random(double start, double end)
Generates a uniform random number.
Kinesis::Stochastic::Stochastic & get_random_engine()
Get reference to the default random engine.
double get_exponential_random(double start, double end)
Generates an exponential random number.
Main namespace for the Maya Flux audio engine.