MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ generate_colored_noise_impl()

double MayaFlux::Kinesis::Stochastic::Stochastic::generate_colored_noise_impl ( double  min,
double  max 
)
private

Definition at line 171 of file Stochastic.cpp.

172{
173 return min + fast_uniform() * (max - min);
174}
float max
float min

References fast_uniform(), max, and min.

Referenced by operator()().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: