From: Alan G I. <ai...@am...> - 2006-07-12 21:25:47
|
On Wed, 12 Jul 2006, Sasha apparently wrote: > Let me repeat my suggestion that was lost in this long thread: > Add rands(shape, dtype=float, min=default_min(dtype), max=default_max(dtype)) > to the top level. Suitable defaults can be discussed. A more flexible > variation could > be rands(shape, dtype=float, algorithm=default_algorithm(dtype)), but > that would probably be an overkill. My only reason for not exploring this is that recent decisions seem to preclude it. Specifically, nothing from the random module remains in the numpy namespace, I think. Cheers, Alan Isaac |