https://github.com/larsbrinkhoff/xoroshiro-36
36-bit xorshift
https://github.com/larsbrinkhoff/xoroshiro-36
36-bit pdp-10 xoroshiro
Last synced: 2 months ago
JSON representation
36-bit xorshift
- Host: GitHub
- URL: https://github.com/larsbrinkhoff/xoroshiro-36
- Owner: larsbrinkhoff
- Created: 2023-08-07T18:10:56.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-17T19:34:38.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T16:10:56.413Z (4 months ago)
- Topics: 36-bit, pdp-10, xoroshiro
- Language: C
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a version of the
[xoroshiro PRN generator](https://vigna.di.unimi.it/ftp/papers/ScrambledLinear.pdf)
with 36-bit output. The 2⁷²-1 period coefficients in prim.txt were
graciously provided by Sebastiano Vigna.