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

◆ get_random_engine()

MAYAFLUX_API Kinesis::Stochastic::Stochastic & MayaFlux::get_random_engine ( )

Get reference to the default random engine.

Returns
Reference to the Stochastic engine instance

Provides access to the default random engine for advanced usage and configuration.

Definition at line 9 of file API/Random.cpp.

10{
12}
Kinesis::Stochastic::Stochastic * get_stochastic_engine()
Gets the stochastic signal generator engine.
Definition Engine.hpp:301
Core::Engine & get_context()
Gets the default engine instance.
Definition Core.cpp:58

References get_context(), and MayaFlux::Core::Engine::get_stochastic_engine().

Referenced by get_brownian_motion(), get_exponential_random(), get_gaussian_random(), get_poisson_random(), and get_uniform_random().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: