number = FastRand(seed);
ULONG FastRand(ULONG);
Seed value is taken from stack, shifted left one position, exclusive-or'ed with hex value $1D872B41 and returned.
The statistics of this "random generator" is less than ideal.
The overall quality of the random generator leaves a lot to be deserved.