#include <random.h>
Public Types | |
typedef unsigned long | uint32 |
Public Methods | |
MSLRandomSource () | |
MSLRandomSource (int a) | |
double | getUniform () |
double | getGaussian (double mean, double variance) |
int | getRangedInt (int low, int high) |
double | getRangedDouble (double low, double high) |
float | getRangedFloat (float low, float high) |
MSLRandomSource & | operator>> (double &x) |
MSLRandomSource & | operator>> (float &x) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|