# 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.

Reply via email to