| libcmaes 0.10.2
    A C++11 library for stochastic optimization with CMA-ES | 
| Public Member Functions | |
| scalar_normal_dist_op (const scalar_normal_dist_op &other) | |
| scalar_normal_dist_op & | operator= (const scalar_normal_dist_op &other) | 
| scalar_normal_dist_op & | operator= (scalar_normal_dist_op &&other) | 
| scalar_normal_dist_op (scalar_normal_dist_op &&other) | |
| template<typename Index > | |
| const Scalar | operator() (Index, Index=0) const | 
| void | seed (const uint64_t &s) | 
| Public Attributes | |
| std::normal_distribution< Scalar > | norm | 
| Static Public Attributes | |
| static std::mt19937 | rng | 
| Private Member Functions | |
| void | swap (scalar_normal_dist_op &other) |