#include <random.h>
Definition at line 30 of file random.h.
◆ init()
void votca::tools::Random::init |
( |
Index | seed | ) |
|
|
inline |
◆ rand_uniform()
double votca::tools::Random::rand_uniform |
( |
| ) |
|
|
inline |
◆ rand_uniform_int()
Index votca::tools::Random::rand_uniform_int |
( |
| ) |
|
|
inline |
◆ setMaxInt()
void votca::tools::Random::setMaxInt |
( |
Index | maxint | ) |
|
|
inline |
◆ distribution_
std::uniform_real_distribution<double> votca::tools::Random::distribution_ {0.0, 1.0} |
|
private |
◆ int_distribution_
std::uniform_int_distribution<Index> votca::tools::Random::int_distribution_ |
|
private |
◆ mt_
std::mt19937 votca::tools::Random::mt_ |
|
private |
The documentation for this class was generated from the following file: