View Single Post
Re: Portable, self-contained replacements for RANDOM_STUFF()
Old
  (#19)
Killaruna
Moderator
 
Status: Offline
Posts: 32
Join Date: Jan 2004
Location: Heidelberg, Germany
Default Re: Portable, self-contained replacements for RANDOM_STUFF() - 08-01-2004

You set the seed once before using the rand() function for the first time. Note that the same seed always produces the same line of "random" numbers.
  
Reply With Quote