RosettaCodeData/Task/Random-numbers/Factor/random-numbers.factor

3 lines
63 B
Factor

USING: random ;
1000 [ 1.0 0.5 normal-random-float ] replicate