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

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


Detailed Description

Uniform distribution generator using the Boost random library.

Have a look at demoRandom.tcl.

Definition at line 28 of file random.hpp.

#include <random.hpp>

List of all members.

Public Member Functions

 UniformDistribution (unsigned int seed_=1)
 UniformDistribution (double min_, double max_, unsigned int seed_=1)
double get ()

Private Attributes

boost::mt19937 rng
boost::uniform_real< double > uniform
boost::variate_generator
< boost::mt19937,
boost::uniform_real< 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