This is a test

new topic     » topic index » view thread      » older message » newer message

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.

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu