IT++ Logo

itpp::Exponential_RNG Class Reference
[Random Number Generation]

#include <itpp/base/random.h>

List of all members.


Detailed Description

Exponential distribution.

Definition at line 403 of file random.h.


Public Member Functions

 Exponential_RNG (double lambda=1.0)
 constructor. Set lambda.
void setup (double lambda)
 Set lambda.
double get_setup () const
 get lambda
double operator() ()
 Get one sample.
vec operator() (int n)
 Get a sample vector.
mat operator() (int h, int w)
 Get a sample matrix.

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

Generated on Sun Sep 14 18:52:30 2008 for IT++ by Doxygen 1.5.6