#include <uwrandomlib.h>
|
| Uwrandomlib () |
|
double | Gauss (double m, double sigma, int type) |
|
double | Pareto (double alpha, double beta, int type) |
|
Definition at line 58 of file uwrandomlib.h.
◆ Uwrandomlib()
Uwrandomlib::Uwrandomlib |
( |
| ) |
|
◆ Gauss()
double Uwrandomlib::Gauss |
( |
double |
m, |
|
|
double |
sigma, |
|
|
int |
type |
|
) |
| |
◆ Pareto()
double Uwrandomlib::Pareto |
( |
double |
alpha, |
|
|
double |
beta, |
|
|
int |
type |
|
) |
| |
◆ Rand01()
double Uwrandomlib::Rand01 |
( |
int |
type | ) |
|
|
private |
◆ SetSeed()
void Uwrandomlib::SetSeed |
( |
long int |
s, |
|
|
int |
type |
|
) |
| |
|
private |
◆ iv
◆ iy
long int Uwrandomlib::iy[GENER] |
|
private |
◆ s1
long int Uwrandomlib::s1[GENER] |
|
private |
◆ s2
long int Uwrandomlib::s2[GENER] |
|
private |
The documentation for this class was generated from the following files: