Online HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens
int rand( void )void srand( unsigned seed )- prototype in stdlib.h - rand() returns pseudorandom numbers - re-initialize generator with srand(1) or set to new starting point with seed set other than to 1
[helppc.bosbyte.nl] rand Home Back Topics