|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::vector< double > MayaFlux::Nodes::Generator::Stochastics::Random::random_array | ( | double | start, |
| double | end, | ||
| unsigned int | num_samples | ||
| ) |
Generates an array of stochastic values within a specified range.
| start | Lower bound of the range |
| end | Upper bound of the range |
| num_samples | Number of values to generate |
Generates a collection of values following the current distribution, mapped to the specified numerical range.
Definition at line 29 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 process_batch().
Here is the call graph for this function:
Here is the caller graph for this function: