
Looking for a cross platform RANDOM number generator
Quote:
>Hi,
>Can anyone help me to find a cross platform random number generator?
rand()/srand() come with every ANSI C standard library. If they don't do
what you want you need to specify your requirements a little better.
The FAQ discusses RNGs - you can FTP it frpm rtfm.mit.edu under
/pub/usenet/comp.lang.c
--
-----------------------------------------
-----------------------------------------