EvolvingObjects
eoNegExpGenerator< 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 <eoRndGenerators.h>

Inheritance diagram for eoNegExpGenerator< T >:
eoRndGenerator< T > eoF< T > eoFunctorBase

List of all members.

Public Member Functions

 eoNegExpGenerator (T _mean=1.0, eoRng &_rng=rng)
operator() (void)
 The pure virtual function that needs to be implemented by the subclass.

Private Attributes

mean
eoRngnegexp

Detailed Description

template<class T = double>
class eoNegExpGenerator< 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 148 of file eoRndGenerators.h.


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