Actions
Bug #902
openRnd(0) does not function properly in either manifest.
Start date:
06/20/2022
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
Rnd(0) should return the value of the last random number generated.
Instead, right now, it returns 0 all the time.
For example:
x=rnd(10)
y=rnd(10)
z=rnd(10)
a=rnd(0) ' should be the same as z
Print x,y,z,a
a and z should be identical, since the last random number generated was z
Actions