u

untwist

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