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

◆ generate_gendy_impl()

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

Definition at line 154 of file Stochastic.cpp.

155{
156 return min + fast_uniform() * (max - min);
157}
std::vector< double > max(std::span< const double > data, size_t n_windows, uint32_t hop_size, uint32_t window_size)
Maximum value per window.
Definition Analysis.cpp:436
std::vector< double > min(std::span< const double > data, size_t n_windows, uint32_t hop_size, uint32_t window_size)
Minimum value per window.
Definition Analysis.cpp:420

References fast_uniform().

Referenced by operator()().

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