Skip to content

Implementations of a couple of xorshift PRNGs

License

Notifications You must be signed in to change notification settings

grunka/xorshift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xorshift

Implementations of a couple of xorshift PRNGs as seen on Wikipedia

Usage

Add as a maven dependency and use the variant you need. There are currently four variants.

<dependency>
    <groupId>com.grunka.random.xorshift</groupId>
    <artifactId>xorshift</artifactId>
    <version>1.2</version>
</dependency>