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

/ast/src/lib/libvcodex/
H A Dvcsfxsort.c41 static unsigned int _rand = 0xdeadbeef; /* gotta be a dirt cheap RNG :-) */ variable
42 #define RAND() (_rand = _rand*16777617 + 3)

Completed in 32 milliseconds