Rand at least returns doubles:

>>> num.rand(3,3).dtype.name
'float64'

--bb

On 6/30/06, Keith Goodman < kwgoodman@gmail.com> wrote:
On 6/29/06, Bill Baxter < wbaxter@gmail.com> wrote:
> I also find the int behavior of these functions strange.
>
> +1 float default (or double)

Oh, wait. Which do I want, float or double? What does rand, eigh,
lstsq, etc return?