Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
jafar::jmath::NormalDistribution Class Reference

Normal distribution generator using the Boost random library. More...


Detailed Description

Normal distribution generator using the Boost random library.

Have a look at demoRandom.tcl.

Definition at line 75 of file random.hpp.

#include <random.hpp>

List of all members.

Public Member Functions

 NormalDistribution (unsigned int seed_=1)
 NormalDistribution (double mean_, double sigma_, unsigned int seed_=1)
double get ()

Private Attributes

boost::mt19937 rng
boost::normal_distribution
< double > 
normal
boost::variate_generator
< boost::mt19937,
boost::normal_distribution
< double > > 
vg

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:40 for Jafar by doxygen 1.7.6.1
LAAS-CNRS