RosettaCodeData/Task/Statistics-Basic/PicoLisp/statistics-basic-2.l

12 lines
152 B
Text
Raw Permalink Normal View History

2015-02-20 09:02:09 -05:00
(statistics 100
(rand 0 (dec 1.0)) )
(prinl)
(statistics 10000
(rand 0 (dec 1.0)) )
(prinl)
(statistics 1000000
(rand 0 (dec 1.0)) )
(prinl)