|
MayaFlux 0.2.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 14 of file API/Random.cpp.
References get_random_engine().
Here is the call graph for this function: