Verify distribution uniformity/Naive: Difference between revisions

Content added Content deleted
m (added whitespace to the task's preamble.)
m (→‎{{header|REXX}}: changed a comment.)
Line 1,473: Line 1,473:
else interpret '?='func"(0,"highDig')' /* " specified " */
else interpret '?='func"(0,"highDig')' /* " specified " */
!.?=!.? + 1 /*bump the invocation counter.*/
!.?=!.? + 1 /*bump the invocation counter.*/
end /*t*/ /* [↑] store trials ───► pigeonholes. */
end /*times*/ /* [↑] store trials ───► pigeonholes. */
/* [↓] compute the digit's skewness. */
/* [↓] compute the digit's skewness. */
g=times / (1 + highDig) /*calculate number of each digit throw.*/
g=times / (1 + highDig) /*calculate number of each digit throw.*/