yary wrote:
> A "roll" method was just added, though I don't think its implemented
> yet.

It is. .roll is what .pick(:replace) used to be, so it was "just" a
matter of splitting up the existing methods

$ ./perl6 -e 'say ~(1..6).roll(10)'
3 1 5 6 5 6 5 4 2 5

(works in Rakudo HEAD, and will work in the 2010.09 release).

Cheers,
Moritz

Reply via email to