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.
Synopsis
Declared in <bdlb_random.h>
static
int
generate15(
int* nextSeed,
int seed);
Created with MrDocs