RosettaCodeData/Task/Statistics-Basic/PicoLisp/statistics-basic-2.l
2015-02-20 09:02:09 -05:00

11 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)