I was preparing some random inputs for a simulation when I realized
some peculiarly unrandom results. I soon realized that STk uses
the stdlib rand() function which is known to be broken (at least on most
Unix's). Among other problems, it *CYCLES* every n calls when
n is a power of 2!
At any rate, rand() is now considered obsolete -- so random() should
really be used instead. Guess this should be fixed in the next
release and everybody should make this change if they want reasonable
pseudo-random numbers.
-Drew
Received on Sun May 07 1995 - 06:05:24 CEST
This archive was generated by hypermail 2.3.0
: Mon Jul 21 2014 - 19:38:59 CEST