Re: This is a test
- Posted by C & K L <candk at TICNET.COM> Nov 22, 1998
- 484 views
I always get the following: 110 797 422 463 Adam Weeden wrote: > > 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.