m2etis  0.4
m2etis::util::Random Class Reference

creates random numbers More...

#include <i6eRandom.h>

Static Public Member Functions

static unsigned int rand ()
 returns a random number in range of unsigned int More...
 
static unsigned int rand (unsigned int max)
 returns a random number in the range between 0 and max More...
 
static unsigned int rand (unsigned int min, unsigned int max)
 returns a random number in the range between min and max More...
 

Detailed Description

creates random numbers

Definition at line 39 of file i6eRandom.h.

Member Function Documentation

static unsigned int m2etis::util::Random::rand ( )
inlinestatic

returns a random number in range of unsigned int

Definition at line 44 of file i6eRandom.h.

Here is the caller graph for this function:

static unsigned int m2etis::util::Random::rand ( unsigned int  max)
inlinestatic

returns a random number in the range between 0 and max

Definition at line 52 of file i6eRandom.h.

Here is the call graph for this function:

static unsigned int m2etis::util::Random::rand ( unsigned int  min,
unsigned int  max 
)
inlinestatic

returns a random number in the range between min and max

Definition at line 62 of file i6eRandom.h.

Here is the call graph for this function:


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