Rename readme.md to README.md to conform to sourcehut's accepted format.
readme.md edited online with Bitbucket
readme.md edited online with Bitbucket
This repository contains C# implementations of xxHash, MurmurHash3, and select other hash functions and random number generators (RNGs). These are modified and optimized to be more suitable and efficient for procedural generation.
The repository also contains C# code for a random numbers testing framework which can be used to compare the randomness quality and performance of said hash functions and RNGs.
Also see original blog post at http://blog.runevision.com/2015/01/primer-on-repeatable-random-numbers.html
The random numbers testing framework is divided into a front-end part which runs on top of the Unity engine (version 4.6 or later) and a back-end part which does not rely on the Unity editor or API.
The framework can be used to evaluate randomness based on these tests:
xxHash and MurmurHash3 are random hash functions with very good randomness properties and good performance. The implementations in this repository has been modified to be more suitable for procedural generation:
The implementations are in C# and have no dependencies on Unity.
Random Numbers Testing
ENT (ent - pseudorandom number sequence test)
Most files in the repository are licensed under the Mozilla Public License, v. 2.0. A few files are in the public domain and thus have no restrictions on their use. See the individual files for details.
A copy of the MPL can be obtained at http://mozilla.org/MPL/2.0/.