https://github.com/grunka/xorshift
Implementations of a couple of xorshift PRNGs
https://github.com/grunka/xorshift
java prng random rng xorshift xorshift-prngs
Last synced: about 1 year ago
JSON representation
Implementations of a couple of xorshift PRNGs
- Host: GitHub
- URL: https://github.com/grunka/xorshift
- Owner: grunka
- License: mit
- Created: 2016-07-11T18:55:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-04-08T13:02:38.000Z (about 3 years ago)
- Last Synced: 2024-05-02T00:08:12.181Z (about 2 years ago)
- Topics: java, prng, random, rng, xorshift, xorshift-prngs
- Language: Java
- Size: 38.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Xorshift
Implementations of a couple of xorshift PRNGs as seen on [Wikipedia](https://en.wikipedia.org/wiki/Xorshift)
## Usage
Add as a maven dependency and use the variant you need. There are currently [four][variants] variants.
```xml
com.grunka.random.xorshift
xorshift
1.2
```
[variants]: https://github.com/grunka/xorshift/tree/master/src/main/java/com/grunka/random/xorshift