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

◆ get_stochastic_engine()

Kinesis::Stochastic::Stochastic * MayaFlux::Core::Engine::get_stochastic_engine ( )
inline

Gets the stochastic signal generator engine.

Returns
Pointer to the Stochastic engine for random/procedural generation

The Stochastic engine provides a unified interface for generating random values and procedural signals across all domains. Access through Engine ensures a single shared instance is used throughout the system for consistent behavior and state management.

Definition at line 301 of file Engine.hpp.

301{ return m_stochastic_engine.get(); }
std::unique_ptr< Kinesis::Stochastic::Stochastic > m_stochastic_engine
Core stochastic engine for random generation.
Definition Engine.hpp:374

Referenced by MayaFlux::get_random_engine().

+ Here is the caller graph for this function: