Skip Menu |

This queue is for tickets about the Crypt-Random CPAN distribution.

Report information
The Basics
Id: 98279
Status: resolved
Priority: 0/
Queue: Crypt-Random

People
Owner: Nobody in particular
Requestors: jhoneycutt [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Division by 0 error in Math::Pari on OS X 10.10 (Yosemite)
Date: Sat, 23 Aug 2014 04:24:27 -0700
To: bug-Crypt-Random [...] rt.cpan.org
From: Jon Honeycutt <jhoneycutt [...] gmail.com>
$ perl -MCrypt::Random -le 'print Crypt::Random::makerandom_itv(0, 2)'PARI: *** division by zero in dvmdii at /Library/Perl/5.18/darwin-thread-multi-2level/Math/Pari.pm line 1063. Let me know what further information I can provide. --Jon
You need to call it with Lower => 0, Upper => 2. On Sat Aug 23 07:24:37 2014, jhoneycutt@gmail.com wrote: Show quoted text
> $ perl -MCrypt::Random -le 'print Crypt::Random::makerandom_itv(0, 2)'PARI: > *** division by zero in dvmdii at > /Library/Perl/5.18/darwin-thread-multi-2level/Math/Pari.pm line 1063. > Let me know what further information I can provide. > --Jon