msim
Newbie level 6
srand48() & lrand48() are standard c/c++ functions to produce pseudo random data. but for some reasons, my 32 bits machine and the compiler only support srand() & lrand(); and I need to create srand48() and lrand48() in c (with basic stdlib.h) or assembly language. could anyone please help me out: how to create those two functions. thanks.