2 lines
86 B
Raku
2 lines
86 B
Raku
my @pi = ([\+] 4 * (1 > [+] rand**2 xx 2) xx *) Z/ 1 .. *;
|
|
say @pi[10, 1000, 10_000];
|