Statistics/Basic: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: changes title comment of the REXX program. -- ~~~~)
m (→‎{{header|REXX}}: 1 typo corrected)
Line 1,567:
@.j=random(0,99999)/100000
_=substr(@.j'00',3,1) /*determine which bin it's in, */
#._=#._+1 /* ... and bump it'sits count. */
end