> On 17 Nov 2015, at 19:16, Wenzel Peppmeyer (via RT) 
> <perl6-bugs-follo...@perl.org> wrote:
> 
> # New Ticket Created by  Wenzel Peppmeyer 
> # Please include the string:  [perl #126664]
> # in the subject line of all future correspondence about this issue. 
> # <URL: https://rt.perl.org/Ticket/Display.html?id=126664 >
> 
> 
> (0.1 .. 0.3).roll(10).say;
> 
> # OUTPUT«(0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1 0.1)␤»
> 
> # It should either be random or warn/fail at compile time.

What did you expect?  a selection of 0.1, 0.2, 0.3 ??  or 10 random values 
between 0.1 and 0.3 inclusive?



Liz

Reply via email to