Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Releases: jrlucier/xoroshiro128plus

1.1

30 Jul 12:56

Choose a tag to compare

Makes both states available in the constructor.

Maven:

<dependency>
  <groupId>io.github.jrlucier.xoro</groupId>
  <artifactId>xoroshiro128plus</artifactId>
  <version>1.0</version>
</dependency>

Gradle:

implementation 'io.github.jrlucier.xoro:xoroshiro128plus:1.0'

1.0

17 Apr 20:01

Choose a tag to compare

1.0

Maven:

<dependency>
  <groupId>io.github.jrlucier.xoro</groupId>
  <artifactId>xoroshiro128plus</artifactId>
  <version>1.0</version>
</dependency>

Gradle:

implementation 'io.github.jrlucier.xoro:xoroshiro128plus:1.0'