Posted by hussein on August 04, 1999 at 21:44:17:
In Reply to: Random Values posted by Frank on August 04, 1999 at 19:01:25:
: In the spec of Proj4, it says "random values inserted into an array, but with the same set for each algorithm", so can I first generate an array with 1000 random values, then for n=100, use the first 100 elements, for n=200, use the first 200 elements, and so on. I didn't call rand() for each n=100, n=200,... Is that OK?
thats ok.
---
hussein