faif
Public Member Functions | List of all members
faif::RandomInt Class Reference

the uniform distribution for int, in range <min,max>, uses RandomSingleton More...

#include <Random.hpp>

Collaboration diagram for faif::RandomInt:
Collaboration graph

Public Member Functions

 RandomInt (int min, int max)
 
 RandomInt (const RandomInt &r)
 
int operator() ()
 the method to generate the random variable in range <min, max>, uniform distribution More...
 

Detailed Description

the uniform distribution for int, in range <min,max>, uses RandomSingleton

Member Function Documentation

int faif::RandomInt::operator() ( )
inline

the method to generate the random variable in range <min, max>, uniform distribution


The documentation for this class was generated from the following file: