EvolvingObjects
negexp_generator< T > Class Template Reference

The class negexp_generator can be used in the STL generate function to easily generate negative exponential distributed floats and doubles. More...

#include <rnd_generators.h>

List of all members.

Public Member Functions

 negexp_generator (T _mean=1.0, eoRng &_rng=rng)
operator() (void)

Private Attributes

mean
eoRngnegexp

Detailed Description

template<class T = double>
class negexp_generator< T >

The class negexp_generator can be used in the STL generate function to easily generate negative exponential distributed floats and doubles.

The user can supply a mean.

Definition at line 160 of file rnd_generators.h.


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