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

Esc or Alt-X to exit rand Home/PgUp/PgDn/End ←↑↓→
Converted to HTML in 2006 by Timo Bingmann