Searched refs:genrand8 (Results 1 - 1 of 1) sorted by relevance

/external/ltp/utils/ffsb-6.0-rc2/
H A Drand.c75 static uint8_t genrand8(randdata_t * state) function
93 bytes[0] = genrand8(state);
94 bytes[1] = genrand8(state);
95 bytes[2] = genrand8(state);
96 bytes[3] = genrand8(state);
157 bytes[i] = genrand8(state);

Completed in 227 milliseconds