Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 27 |
Nodes: | 6 (0 / 6) |
Uptime: | 41:22:07 |
Calls: | 631 |
Calls today: | 2 |
Files: | 1,187 |
D/L today: |
24 files (29,813K bytes) |
Messages: | 174,725 |
(loop with repeatitions = 1000000
with R = 16
with counts = (make-array 16 :initial-element 0)
repeat repeatitions
for x = (random R)
do (incf (aref counts x))
finally (return (map 'vector
(lambda (count) (/ count (float repeatitions 1.0d0)))
counts)))
#(0.062412D0 0.062663D0 0.062758D0 0.062578D0 0.062252D00.063027D0 0.06256D0 0.062532D0 0.062121D0 0.062455D0
0.06234D0 0.062332D0 0.062452D0 0.062679D0 0.062388D0
0.062451D0)