Re: This is a test
- Posted by Jason McLennan <Jason.Mclennan at TRES.TAS.GOV.AU> Nov 23, 1998
- 469 views
110 797 422 463 Adam Weeden <SkaMan325 at AOL.COM> on 23/11/98 09:05:51 Please respond to Euphoria Programming for MS-DOS <EUPHORIA at LISTSERV.MUOHIO.EDU> To: EUPHORIA at LISTSERV.MUOHIO.EDU cc: (bcc: Jason McLennan/FSq/TreasFin) Subject: This is a test 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.