Statistics/Basic: Difference between revisions

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