[Numpy-discussion] Random int64 and float64 numbers

Sturla Molden sturla at molden.no
Sun Nov 1 22:17:05 EST 2009


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.


Sturla



More information about the NumPy-Discussion mailing list