|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| double MayaFlux::Nodes::Generator::Stochastics::Random::random_sample | ( | double | start, |
| double | end | ||
| ) |
Generates a stochastic value within a specified range.
| start | Lower bound of the range |
| end | Upper bound of the range |
This method provides precise control over the output range while maintaining the statistical properties of the selected distribution.
Definition at line 21 of file Stochastic.cpp.
References generate_distributed_sample(), MayaFlux::Nodes::Generator::Generator::m_amplitude, m_current_end, m_current_start, transform_sample(), and validate_range().
Referenced by MayaFlux::get_exponential_random(), MayaFlux::get_gaussian_random(), MayaFlux::get_poisson_random(), MayaFlux::get_uniform_random(), and process_sample().
Here is the call graph for this function:
Here is the caller graph for this function: