bashtage / randomgen

Numpy-compatible bit generators and add some random variate distributions missing from NumPy.
Other
111 stars 25 forks source link

Feature request/query: Squares, OpenRand #355

Closed stereoplegic closed 1 month ago

stereoplegic commented 8 months ago

Adding links for reference. Do you have any plans to support the libraries below?

Squares: Paper Code (I know, Wix is a weird choice) READMEs throughout the zipped folder.

OpenRand (includes Squares): Paper Code Docs

bashtage commented 1 month ago

The Tyche generator is in #376. I am a bit unconvinced by Squares since it seems to have a not-well-documented requirement on the key that must be used.

bashtage commented 1 month ago

Squares has been added in #377