[vox-tech] random number question

Peter Jay Salzman vox-tech@lists.lugod.org
Wed, 15 May 2002 10:21:28 -0700


thanks jeff!

begin Jeff Newmiller <jdnewmil@dcn.davis.ca.us> 
> On Wed, 15 May 2002, Peter Jay Salzman wrote:
> 
> > using the same seed will produce the same set of random numbers.
> 
> srand->rand and srandom->random behave this way.
 
i forgot about srandom/random.  the man pages say that rand/srand are
ISO C'isms and random/srandom are BSD'isms.

have you read anything that claims one set is better than the other?

pete