Home
last modified time | relevance | path

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

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