|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API double MayaFlux::get_uniform_random | ( | double | start = 0, |
| double | end = 1 |
||
| ) |
Generates a uniform random number.
| start | Lower bound (inclusive) |
| end | Upper bound (exclusive) |
Uses the random number generator from the default engine.
Definition at line 13 of file Random.cpp.
References get_context(), MayaFlux::Core::Engine::get_random_engine(), MayaFlux::Nodes::Generator::Stochastics::Random::random_sample(), MayaFlux::Nodes::Generator::Stochastics::Random::set_type(), and MayaFlux::Utils::UNIFORM.
Here is the call graph for this function: