[Numpy-discussion] Random int64 and float64 numbers

Robert Kern robert.kern at gmail.com
Sun Nov 1 22:22:43 EST 2009


On Sun, Nov 1, 2009 at 22:17, Sturla Molden <sturla at molden.no> wrote:
> Robert Kern skrev:
>> 64-bit and larger integers could be done, but it requires
>> modification. The integer distributions were written to support C
>> longs, not anything larger. You could also use .bytes() and
>> np.fromstring().
>>
> But as of Python 2.6.4, even 32-bit integers fail, at least on Windows.

Then let me clarify: it was written to support integer ranges up to
sys.maxint. Absolutely, it would be desirable to extend it.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco



More information about the NumPy-Discussion mailing list