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

◆ set_type()

void MayaFlux::Nodes::Generator::Random::set_type ( Kinesis::Stochastic::Algorithm  type)

Changes the probability distribution type.

Parameters
typeNew distribution type to use

Definition at line 13 of file Nodes/Generators/Random.cpp.

14{
16 m_type = type;
17}
void set_algorithm(Algorithm algo)
Changes active algorithm.
Kinesis::Stochastic::Stochastic m_generator
Core stochastic generator instance.
Kinesis::Stochastic::Algorithm m_type
Current probability distribution algorithm.

References m_generator, m_type, and MayaFlux::Kinesis::Stochastic::Stochastic::set_algorithm().

+ Here is the call graph for this function: