[vcf-midatlantic] Random numbers
Dan Roganti
ragooman at gmail.com
Sat Apr 8 11:45:38 EDT 2017
I bet all numbers look even to you when staying up till the break of dawn ;)
I tried that line of code and still get a wide assortment of even and odd
numbers
As the others in this thread explained already, you're not doing anything
wrong
But one small thing,
it's a good practice to out the RND(-1) at the beginning of every program
you want random numbers
So the RND generator gets seeded again right at the start each time you run
that program,
so the pseudo-rnd generator still tries to remain at least pseudo vs. being
predictable ;)
Dan
More information about the vcf-midatlantic
mailing list