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

/ast/src/lib/libast/vmalloc/
H A Dmalloc.c419 static unsigned int Rand = 0xdeadbeef; /* a cheap prng */ local
420 #define RAND() (Rand = Rand*16777617 + 3)

Completed in 9 milliseconds