Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created March 10, 2017 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/4f9f926073eb2e05fa44ca4aec4a18ac to your computer and use it in GitHub Desktop.
Save zoffixznet/4f9f926073eb2e05fa44ca4aec4a18ac to your computer and use it in GitHub Desktop.
$ perl6 -e 'my BagHash $b .= new; $b{rand.substr: 0, 3}++ xx 10000; for $b.sort { .say }'
0.0 => 968
0.1 => 993
0.2 => 1053
0.3 => 1057
0.4 => 984
0.5 => 1026
0.6 => 949
0.7 => 1007
0.8 => 951
0.9 => 1010
6.2 => 1
7.3 => 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment