generate15 overloads
Declared in <bdlb_random.h>
Return a 15-bit random number in the range [ 0 .. 32,767 ] generated from the specified seed, and load into seed a value suitable for generating the next random number.
static
int
generate15(int* seed);
» more...
Return a 15-bit random number in the range [ 0 .. 32,767 ] generated from the specified seed, and load into the specified nextSeed a value suitable for generating the next random number.
static
int
generate15(
int* nextSeed,
int seed);
» more...