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

◆ gendy()

Stochastic MayaFlux::Kinesis::Stochastic::gendy ( int  breakpoints = 12)
inline

Creates Gendy dynamic stochastic generator.

Parameters
breakpointsNumber of control points (default: 12)
Returns
Configured Stochastic instance

Definition at line 381 of file Stochastic.hpp.

382{
383 Stochastic gen(Algorithm::GENDY);
384 gen.configure("breakpoints", breakpoints);
385 return gen;
386}
Unified generative infrastructure for stochastic and procedural algorithms.

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

+ Here is the call graph for this function: