Implementations of a couple of xorshift PRNGs as seen on Wikipedia
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>