23 return engine(start, end);
30 return engine(start, end);
37 return engine(start, end);
44 return engine(start, end);
Core engine lifecycle and configuration API.
Kinesis::Stochastic::Stochastic * get_stochastic_engine()
Gets the stochastic signal generator engine.
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.
Core::Engine & get_context()
Gets the default engine instance.
Main namespace for the Maya Flux audio engine.