IT++ Logo

itpp::Bernoulli_RNG Class Reference
[Random Number Generation]

#include <itpp/base/random.h>

List of all members.


Detailed Description

Bernoulli distribution.

Definition at line 260 of file random.h.


Public Member Functions

 Bernoulli_RNG (double prob)
 Binary source with probability prob for a 1.
 Bernoulli_RNG ()
 Binary source with probability prob for a 1.
void setup (double prob)
 set the probability
double get_setup () const
 return the probability
bin operator() ()
 Get one sample.
bvec operator() (int n)
 Get a sample vector.
bmat operator() (int h, int w)
 Get a sample matrix.
bin sample ()
 Get a sample.
void sample_vector (int size, bvec &out)
 Get a sample vector.
void sample_matrix (int rows, int cols, bmat &out)
 Get a sample matrix.

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

Generated on Sat Apr 19 10:57:55 2008 for IT++ by Doxygen 1.5.5