MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
Random.hpp File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  MayaFlux
 Main namespace for the Maya Flux audio engine.
 

Functions

double MayaFlux::get_uniform_random (double start=0, double end=1)
 Generates a uniform random number.
 
double MayaFlux::get_gaussian_random (double start=0, double end=1)
 Generates a gaussian (normal) random number.
 
double MayaFlux::get_exponential_random (double start=0, double end=1)
 Generates an exponential random number.
 
double MayaFlux::get_poisson_random (double start=0, double end=1)
 Generates a poisson random number.