u

untwist

Java 8+ collection of PRNG's from CLR (.NET), FreePascal, TurboPascal, Python.
https://github.com/csoroiu/untwist
Apache License, Version 2.0
Claudiu Soroiu
Files download
File Operation
untwist-0.2.jar download
untwist-0.2.pom download
untwist-0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>ro.derbederos</groupId>
  <artifactId>untwist</artifactId>
  <version>0.2</version>
</dependency>
Gradle Groovy
implementation 'ro.derbederos:untwist:0.2'
Gradle Kotlin
implementation("ro.derbederos:untwist:0.2")
Scala SBT
libraryDependencies += "ro.derbederos" % "untwist" % "0.2"
Groovy Grape
@Grapes(
  @Grab(group='ro.derbederos', module='untwist', version='0.2')
)
Apache Ivy
<dependency org="ro.derbederos" name="untwist" rev="0.2" />
Leiningen
[ro.derbederos/untwist "0.2"]
Apache Buildr
'ro.derbederos:untwist:jar:0.2'