#include <itpp/base/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. | |
Definition at line 245 of file random.h.
|
|
Binary source with probability prob for a 1.
|
|
|
Binary source with probability prob for a 1.
|
|
|
set the probability
Definition at line 252 of file random.h. References it_assert. |
|
|
return the probability
|
|
|
Get one sample.
|
|
|
Get a sample vector.
|
|
||||||||||||
|
Get a sample matrix.
|
|
|
Get a sample.
Definition at line 266 of file random.h. Referenced by itpp::randb(). |
|
||||||||||||
|
Get a sample vector.
Definition at line 268 of file random.h. Referenced by itpp::randb(). |
|
||||||||||||||||
|
Get a sample matrix.
Definition at line 274 of file random.h. Referenced by itpp::randb(). |
Generated on Thu Apr 19 14:20:02 2007 for IT++ by Doxygen 1.4.6