Jump to content

Statistics/Basic: Difference between revisions

m
→‎{{header|jq}}: rm spurious lines in driver
(→‎{{header|jq}}: 10000000)
m (→‎{{header|jq}}: rm spurious lines in driver)
Line 2,071:
'''Driver Script''' (e.g. bash)
<lang>for n in 100 1000 1000000 10000000 ; do
echo "Basic statistics for $n PRNs in [0,1]"
prng $n 10 | jq -nrR -f basicStats.jq
echo
done</lang>
{{out}}
2,485

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.