|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
inline |
Constructs a StochasticContext with the current generator state.
| value | Current output sample value |
| type | Current probability distribution algorithm |
| amplitude | Current scaling factor for output values |
| range_start | Lower bound of the current output range |
| range_end | Upper bound of the current output range |
| normal_spread | Variance parameter for normal distribution |
Creates a context object that provides a complete snapshot of the stochastic generator's current state, including its most recent output value and all parameters that define its statistical behavior.
Definition at line 40 of file Stochastic.hpp.