Re: rand()/random() warning

2014-12-16 Thread Stuart Henderson
On 2014/12/17 09:37, Carlin Bingham wrote: > There is no warning when compiling code that calls random() but two > warnings when compiling code that calls rand() - I noticed this earlier as well. > : warning: random() may return determinstic values, is that what you > want?warning: rand() may re

rand()/random() warning

2014-12-16 Thread Carlin Bingham
There is no warning when compiling code that calls random() but two warnings when compiling code that calls rand() - : warning: random() may return determinstic values, is that what you want?warning: rand() may return determinstic values, is that what you want? Is the first parameter to __warn