From: Alan G I. <ai...@am...> - 2006-06-02 19:26:53
|
On Fri, 02 Jun 2006, Robert Kern apparently wrote:=20 > Changing the API of rand() and randn() doesn't solve any=20 > problem. Removing them might.=20 I think this is too blunt an argument. For example, use of the old interface might issue a deprecation warning. This would make it very likely that all new code use the new=20 interface. I would also be fine with demoting these to the Numeric=20 compatability module, although I find that the inferior=20 choice (since it means a loss of convenience). Unless one of these changes is made, new users will=20 **forever** be asking this same question. And either way,=20 making the sacrifices needed for greater consistency seems=20 like a good idea *before* 1.0. Cheers, Alan |