An open API service indexing awesome lists of open source software.

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

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