From: <kon...@la...> - 2006-06-13 13:00:13
|
On 10.06.2006, at 01:57, Travis Oliphant wrote: > You may be interested to note that I just added the RNG interface =20 > to numpy for back-wards compatibility. It can be accessed and used =20= > by re-placing > > import RNG > > with > > import numpy.random.oldrng as RNG Thanks, that will facilitate the transition. Is this just a =20 compatible interface, or actually the same algorithm as in the =20 original RNG module? Konrad. -- --------------------------------------------------------------------- Konrad Hinsen Centre de Biophysique Mol=E9culaire, CNRS Orl=E9ans Synchrotron Soleil - Division Exp=E9riences Saint Aubin - BP 48 91192 Gif sur Yvette Cedex, France Tel. +33-1 69 35 97 15 E-Mail: hi...@cn... --------------------------------------------------------------------- |