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.
[ 0 .. 32,767 ]
seed
Declared in <bdlb_random.h>
<bdlb_random.h>
static int generate15(int* seed);