randomgen icon indicating copy to clipboard operation
randomgen copied to clipboard

Numpy-compatible bit generators and add some random variate distributions missing from NumPy.

Results 14 randomgen issues
Sort by recently updated
recently updated
newest added

Follow-up of: > I'll try to get one out later this week. Would be good to get CI back to working on ARM and FreeBSD. _Originally posted by @bashtage in...

Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...

Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...

Adding links for reference. Do you have any plans to support the libraries below? Squares: [Paper](https://arxiv.org/abs/2004.06278) [Code](https://squaresrng.wixsite.com/rand) (I know, Wix is a weird choice) READMEs throughout the zipped folder. OpenRand...

Your multithreaded doc claims [The underlying PRNG is xorshift2014 which is fast, has a long period and supports using jumped to advance the state.](https://github.com/bashtage/randomgen/blob/121280c9af4e4fd5ae8017dc77797c38fba0856c/doc/source/multithreading.rst#multithreaded-generation) However, the included PRNGs doesn't even...

It seems that ARS-5 might be the fastest counter based RNG out here with CPUs have AES instruction. Is there any reason it is not included? MKL use ARS-5 as...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this...

I am getting the following error when using randomgen on Numpy 2.0 (which has just released today): ``` File "randomgen/aes.pyx", line 1, in init randomgen.aes File "randomgen/common.pyx", line 1, in...

This PR was automatically created by Snyk using the credentials of a real user.![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 2 vulnerabilities in the pip dependencies of this...