Unbias a random generator: Difference between revisions

m
→‎{{header|REXX}}: changed the title when using the default of 1,000. -- ~~~~
(→‎{{header|REXX}}: added % to columnar output, shortened first column. -- ~~~~)
m (→‎{{header|REXX}}: changed the title when using the default of 1,000. -- ~~~~)
Line 1,256:
6 16 16.00% 51 51.00% 100
</pre>
'''output''' when using the default input of: <tt> 1000 </tt>
<pre style="overflow:scroll">
─N─ ────biased──── ────biased──── ───unbiased─── ───unbiased─── ───samples────
Line 1,263:
5 211 21.10% 481 48.10% 1000
6 164 16.40% 493 49.30% 1000
</pre>
'''output''' when using the input of: <tt> 10000 </tt>
<pre style="overflow:scroll">