m2etis
0.4
|
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... | |
creates random numbers
Definition at line 39 of file i6eRandom.h.
|
inlinestatic |
returns a random number in range of unsigned int
Definition at line 44 of file i6eRandom.h.
|
inlinestatic |
returns a random number in the range between 0 and max
Definition at line 52 of file i6eRandom.h.
|
inlinestatic |
returns a random number in the range between min and max
Definition at line 62 of file i6eRandom.h.