This is a test
- Posted by Adam Weeden <SkaMan325 at AOL.COM> Nov 22, 1998
- 525 views
I'm tryin to find the effects of set_rand on different processors. So could everybody try the following code and report the results back to me include machine.e include get.e integer i set_rand(123) ? rand(1000) set_rand(236) ? rand(1000) set_rand(10) ? rand(1000) set_rand(409) ? rand(1000) i = wait_key() You will have four numbers displayed, please report these back to me.