#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.
|
|
||||||||||||
|
Get a sample vector.
Definition at line 268 of file random.h. References itpp::Vec< Num_T >::set_size(), and itpp::size(). |
|
||||||||||||||||
|
Get a sample matrix.
Definition at line 274 of file random.h. References itpp::Mat< Num_T >::set_size(). |
Generated on Fri Jan 11 08:51:41 2008 for IT++ by Doxygen 1.3.9.1