itpp::Bernoulli_RNG Class Reference
[Random Number Generation]

Bernoulli distribution. More...

#include <random.h>

List of all members.

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.


Detailed Description

Bernoulli distribution.
The documentation for this class was generated from the following file:

Generated on Tue Jun 2 10:02:19 2009 for mixpp by  doxygen 1.5.8