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

◆ set_type()

void MayaFlux::Nodes::Generator::Stochastics::Random::set_type ( Utils::distribution  type)
inline

Changes the probability distribution type.

Parameters
typeNew distribution type to use

This allows dynamic reconfiguration of the stochastic behavior, enabling real-time transformation of the generator's mathematical properties.

Definition at line 152 of file Stochastic.hpp.

153 {
154 m_type = type;
155 }
Utils::distribution m_type
Current probability distribution algorithm.

Referenced by MayaFlux::get_exponential_random(), MayaFlux::get_gaussian_random(), MayaFlux::get_poisson_random(), and MayaFlux::get_uniform_random().

+ Here is the caller graph for this function: