From 9f2adb053bca6b36e7b95235fff94e15ef421ace Mon Sep 17 00:00:00 2001 From: Claudiu Soroiu Date: Fri, 1 Sep 2017 10:10:51 +0300 Subject: [PATCH] v0.4 --- README.md | 4 ++-- pom.xml | 2 +- samples/mt-rand.php | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ededbcf..9c0b49a 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,12 @@ I got the idea of reversing the generators from several places, after I had to b ro.derbederos untwist - 0.3 + 0.4 ``` #### Gradle dependency ```groovy -compile 'ro.derbederos:untwist:0.3' +compile 'ro.derbederos:untwist:0.4' ``` Enjoy using them! diff --git a/pom.xml b/pom.xml index 271f6bb..02ea81c 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ ro.derbederos untwist - 0.4-SNAPSHOT + 0.4 untwist Java 8+ collection of PRNG's from .NET, FreePascal, TurboPascal, Python. diff --git a/samples/mt-rand.php b/samples/mt-rand.php index 9d164ce..016712e 100644 --- a/samples/mt-rand.php +++ b/samples/mt-rand.php @@ -1,4 +1,5 @@