Project

General

Profile

Bug #902

Rnd(0) does not function properly in either manifest.

Added by Brian Flanagan almost 2 years ago. Updated over 1 year ago.

Status:
Resolved
Priority:
Low
Assignee:
AOZ Developers
Target version:
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

#1

Updated by Francois Lionet over 1 year ago

  • Status changed from New to Resolved

Fixed!

Also available in: Atom PDF