Skip to content

Commit 708351c

Browse files
authored
Update README.md
1 parent 5f1d0b9 commit 708351c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
This extension wraps SplitMix64 in a simple Lua API for the [Defold](https://defold.com/) game engine. The SplitMix64 algo is from [http://prng.di.unimi.it/splitmix64.c](http://prng.di.unimi.it/splitmix64.c), and it's a very fast generator passing BigCrush.
44

5-
[**Online demo 🐲**](https://indiesoftby.github.io/defold-splitmix64/index.html)
5+
**The main idea of this extension is to get the same random numbers from the same seeds on ALL platforms supported by Defold.**
6+
7+
[**Web build 🐲**](https://indiesoftby.github.io/defold-splitmix64/index.html)
68

79
> Splitmix64 is the default pseudo-random number generator algorithm in Java and is included / available in many other languages. It uses a fairly simple algorithm that, though it is considered to be poor for cryptographic purposes, is **very fast to calculate**, and is **"good enough" for many random number needs**. It passes several fairly rigorous PRNG "fitness" tests that some more complex algorithms fail.
810

0 commit comments

Comments
 (0)