pseudo random number generator
More...
#include <gnuradio/random.h>
Static Protected Attributes |
static const int | NTAB = 32 |
Detailed Description
pseudo random number generator
Constructor & Destructor Documentation
gr::random::random |
( |
long |
seed = 3021 | ) |
|
Member Function Documentation
float gr::random::gasdev |
( |
| ) |
|
normally distributed deviate with zero mean and variance 1
float gr::random::impulse |
( |
float |
factor | ) |
|
float gr::random::laplacian |
( |
| ) |
|
float gr::random::ran1 |
( |
| ) |
|
uniform random deviate in the range [0.0, 1.0)
float gr::random::rayleigh |
( |
| ) |
|
void gr::random::reseed |
( |
long |
seed | ) |
|
Member Data Documentation
long gr::random::d_iv[NTAB] |
|
protected |
const int gr::random::NTAB = 32 |
|
staticprotected |
The documentation for this class was generated from the following file: