Page 1 of 1

EOS Random time

Posted: Sun Mar 06, 2022 7:25 pm
by FATALES
I would need to get a random time in the range of 0.25 to 1.5 seconds.
I gave an eval and inserted javascript. In time, I used eval again and entered the output value, but it didn't work.
I would need precise instructions.

Re: EOS Random time

Posted: Mon Mar 07, 2022 7:09 am
by edger477
Try multiplying with 1000.

When using eval, it takes value as milliseconds.

Re: EOS Random time

Posted: Mon Mar 07, 2022 12:22 pm
by FATALES
edger477 wrote: Mon Mar 07, 2022 7:09 am Try multiplying with 1000.

When using eval, it takes value as milliseconds.
YES. Thank you.