Dabrien 'Dabe' Murphy wrote: > How 'bout: > > my $r = &CORE::rand; > ok eval { > use warnings FATAL => qw{numeric uninitialized}; > $r >= 0 && $r < 1; > }, '&rand returns a valid number'; > > ? That looks good. Could you turn that into a patch? --- via perlbug: queue: perl5 status: resolved https://rt.perl.org/Ticket/Display.html?id=118237Thread Next