|
MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API double MayaFlux::get_exponential_random | ( | double | start = 0, |
| double | end = 1 |
||
| ) |
Generates an exponential random number.
| start | Lower bound for scaling |
| end | Upper bound for scaling |
Uses the random number generator from the default engine.
Definition at line 26 of file API/Random.cpp.
References MayaFlux::Kinesis::Stochastic::EXPONENTIAL, and get_random_engine().
Here is the call graph for this function: