|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nodes::Generator::Stochastics::Random::set_normal_spread | ( | double | spread | ) |
Sets the variance parameter for normal distribution.
| spread | New 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 120 of file Stochastic.cpp.
References m_dist_dirty, and m_normal_spread.