#include <random.hpp>
Public Member Functions | |
normal_distribution (RealT const &mean, RealT const &sigma) | |
RealT | mean () const |
RealT | sigma () const |
template<typename RandGeneratorType > | |
ResultT | operator() (RandGeneratorType &gen) |
Returns a Gaussian distributed random number; Algorithm: Box-Muller. More... | |
Definition at line 223 of file random.hpp.
|
inline |
Definition at line 231 of file random.hpp.
|
inline |
Definition at line 235 of file random.hpp.
|
inline |
Returns a Gaussian distributed random number; Algorithm: Box-Muller.
gen | A random number generator implementing the concept of rand_generator_base |
Definition at line 244 of file random.hpp.
|
inline |
Definition at line 236 of file random.hpp.