12 lines
152 B
Text
12 lines
152 B
Text
|
|
(statistics 100
|
||
|
|
(rand 0 (dec 1.0)) )
|
||
|
|
(prinl)
|
||
|
|
|
||
|
|
(statistics 10000
|
||
|
|
(rand 0 (dec 1.0)) )
|
||
|
|
(prinl)
|
||
|
|
|
||
|
|
(statistics 1000000
|
||
|
|
(rand 0 (dec 1.0)) )
|
||
|
|
(prinl)
|