|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nodes::Generator::Random::set_range | ( | double | start, |
| double | end | ||
| ) |
Sets the output value range.
| start | Lower bound of the range |
| end | Upper bound of the range |
Defines the minimum and maximum values that the generator can produce. The actual output values will be scaled to fit within this specified range.
Definition at line 47 of file Nodes/Generators/Random.cpp.
References m_current_end, and m_current_start.