|
MayaFlux 0.1.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 25 of file Random.cpp.
References MayaFlux::Utils::EXPONENTIAL, get_context(), MayaFlux::Core::Engine::get_random_engine(), MayaFlux::Nodes::Generator::Stochastics::Random::random_sample(), and MayaFlux::Nodes::Generator::Stochastics::Random::set_type().
Here is the call graph for this function: