ddos:

iota(0,100).map!(v => uniform(0.0,1.0)).writeln;

You can also write:

100.iota.map!(_ => uniform01).writeln;

Bye,
bearophile

Reply via email to