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

◆ set_normal_spread()

void MayaFlux::Nodes::Generator::Random::set_normal_spread ( double  spread)

Sets the variance parameter for normal distribution.

Parameters
spreadNew variance value

For normal (Gaussian) distribution, this controls the statistical variance of the distribution. Higher values create greater entropy with more values in the extremes, while lower values concentrate values toward the center of the distribution.

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

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

References MayaFlux::Kinesis::Stochastic::Stochastic::configure(), and m_generator.

+ Here is the call graph for this function: