Modified random distribution: Difference between revisions

Content added Content deleted
(UNIX shell entry (bash))
m (→‎{{header|UNIX Shell}}: change loop style)
Line 1,512: Line 1,512:
done
done


for i in {0..19}
for ((i=0;i<bins;i++))
do
do
for ((j=0;j< ${histogram[i]-0}*bins*50/N;j++))
for ((j=0;j< ${histogram[i]-0}*bins*50/N;j++))