You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Future development in [randomgen](https://github.com/bashtage/randomgen)
8
+
9
+
**End-of-life notification**
10
+
11
+
This library was designed to bring alternative generators to the NumPy
12
+
infrastructure. It as been successful in advancing the conversation
13
+
for a future implementation of a new random number API in NumPy which
14
+
will allow new algorithms and/or generators. The next step
15
+
in this process is to separate the basic (or core RNG) from the
16
+
functions that transform random bits into useful random numbers.
17
+
This has been implemented in a successor project **randomgen**
18
+
available on [GitHub](https://github.com/bashtage/randomgen) or
19
+
[PyPi](https://pypi.org/project/randomstate/).
20
+
21
+
[randomgen](https://github.com/bashtage/randomgen) has a slightly different API, so please see the [randomgen documentation](https://bashtage.github.io/randomgen).
0 commit comments