On 10.06.2006, at 01:57, Travis Oliphant wrote:

> You may be interested to note that I just added the RNG interface  
> to numpy for back-wards compatibility.  It can be accessed and used  
> by re-placing
>
> import RNG
>
> with
>
> import numpy.random.oldrng as RNG

Thanks, that will facilitate the transition. Is this just a  
compatible interface, or actually the same algorithm as in the  
original RNG module?

Konrad.
--
---------------------------------------------------------------------
Konrad Hinsen
Centre de Biophysique Moléculaire, CNRS Orléans
Synchrotron Soleil - Division Expériences
Saint Aubin - BP 48
91192 Gif sur Yvette Cedex, France
Tel. +33-1 69 35 97 15
E-Mail: [EMAIL PROTECTED]
---------------------------------------------------------------------




_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to