|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
|
overridevirtual |
Generates multiple stochastic values at once.
| num_samples | Number of values to generate |
This method efficiently generates multiple values in a single operation, useful for batch processing or filling buffers.
Implements MayaFlux::Nodes::Node.
Definition at line 31 of file Nodes/Generators/Random.cpp.
References MayaFlux::Kinesis::Stochastic::Stochastic::batch(), MayaFlux::Nodes::Generator::Generator::m_amplitude, m_current_end, m_current_start, and m_generator.
Here is the call graph for this function: