MayaFlux 0.2.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}

References fast_uniform().

Referenced by operator()().

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