Templates for portable random number generation. More...
Go to the source code of this file.
Macros | |
#define | GK_MKRANDOM(FPRFX, RNGT, VALT) |
#define | GK_MKRANDOM_PROTO(FPRFX, RNGT, VALT) |
Templates for portable random number generation.
$Id: gk_mkrandom.h 10711 2011-08-31 22:23:04Z karypis $
Definition in file gk_mkrandom.h.
#define GK_MKRANDOM | ( | FPRFX, | |
RNGT, | |||
VALT | |||
) |
The generator for the rand() related routines. \ \params RNGT the datatype that defines the range of values over which\ random numbers will be generated\ \params VALT the datatype that defines the contents of the array to \ be permuted by randArrayPermute() \ \params FPRFX the function prefix \
Definition at line 23 of file gk_mkrandom.h.
#define GK_MKRANDOM_PROTO | ( | FPRFX, | |
RNGT, | |||
VALT | |||
) |