A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://bashtage.github.io/randomgen/devel/evolution.html below:

Evolution of randomgen - RandomGen v2.1.2 (+4)

Evolution of randomgen Changes in 1.23

Generator and RandomState were removed in 1.23.0.

Use numpy.random.Generator if possible, or numpy.random.RandomState if you face legacy constraints.

Changes in 1.19

Generator and RandomState have been officially deprecated, and will warn with a FutureWarning about their removal. They will also receive virtually no maintenance. It is now time to move to NumPy’s numpy.random.Generator which has features not in Generator and is maintained more actively.

A few distributions that are not present in Generator have been moved to ExtendedGenerator:

There are no plans to remove any of the bit generators, e.g., AESCounter, ThreeFry, or PCG64.

Changes between 1.16 and 1.18

There are many changes between v1.16.x and v1.18.x. These reflect API decision taken in conjunction with NumPy in preparation of the core of randomgen being used as the preferred random number generator in NumPy. These all issue DeprecationWarning except for BitGenerator.generator which raises NotImplementedError. The C-API has also changed to reflect the preferred naming the underlying Pseudo-RNGs, which are now known as bit generators (or BitGenerator).

The main changes are


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4