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

◆ configure()

void MayaFlux::Nodes::Generator::Random::configure ( const std::string &  key,
std::any  value 
)
inline

Configures distribution parameters.

Parameters
keyParameter name
valueParameter value

Allows dynamic adjustment of distribution-specific parameters, such as mean and standard deviation for a normal distribution, or lambda for an exponential distribution.

Definition at line 140 of file Nodes/Generators/Random.hpp.

140{ m_generator.configure(key, std::move(value)); }
void configure(const std::string &key, std::any value)
Configures algorithm-specific parameters.
Kinesis::Stochastic::Stochastic m_generator
Core stochastic generator instance.