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