#include <random_generator.h>
RandomGenerator::RandomGenerator |
( |
| ) |
|
RandomGenerator::~RandomGenerator |
( |
| ) |
|
std::default_random_engine& RandomGenerator::generator |
( |
| ) |
|
|
inline |
std::vector< Real > RandomGenerator::random_vector_normal |
( |
const std::size_t |
n, |
|
|
const Real & |
mean_val, |
|
|
const Real & |
dev_val |
|
) |
| |
std::vector< Real > RandomGenerator::random_vector_uniform |
( |
const std::size_t |
n, |
|
|
const Real & |
a, |
|
|
const Real & |
b |
|
) |
| |
void RandomGenerator::set_seed |
( |
std::size_t |
seed_val | ) |
|
The documentation for this class was generated from the following files: