MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ brownian()

Stochastic MayaFlux::Kinesis::Stochastic::brownian ( double  step_size = 0.01)
inline

Creates Brownian motion generator.

Parameters
step_sizeMaximum step per call (default: 0.01)
Returns
Configured Stochastic instance

Definition at line 393 of file Stochastic.hpp.

394{
395 Stochastic gen(Algorithm::BROWNIAN);
396 gen.configure("step_size", step_size);
397 return gen;
398}
Unified generative infrastructure for stochastic and procedural algorithms.

References BROWNIAN, and MayaFlux::Kinesis::Stochastic::Stochastic::configure().

+ Here is the call graph for this function: