IT++ Logo
Public Member Functions | List of all members
itpp::Rayleigh_RNG Class Reference

Rayleigh distribution. More...

#include <itpp/base/random.h>

Public Member Functions

 Rayleigh_RNG (double sigma=1.0)
 Constructor. Set sigma.
 
void setup (double sigma)
 Set sigma.
 
double get_setup ()
 Get sigma.
 
double operator() ()
 Get one sample.
 
vec operator() (int n)
 Get a sample vector.
 
mat operator() (int h, int w)
 Get a sample matrix.
 

Detailed Description

Rayleigh distribution.

Definition at line 733 of file random.h.


The documentation for this class was generated from the following files:
SourceForge Logo

Generated on Sat Jul 6 2013 10:54:31 for IT++ by Doxygen 1.8.2