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

◆ set_normal_spread()

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

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 226 of file Stochastic.hpp.

227 {
228 m_normal_spread = spread;
229 }
double m_normal_spread
Variance parameter for normal distribution.