omango-wyhash

Crates.ioomango-wyhash
lib.rsomango-wyhash
version0.1.3
sourcesrc
created_at2024-03-27 10:01:12.210922
updated_at2024-04-17 12:37:56.891451
descriptionWang Yi hash for Rust
homepagehttps://github.com/tqtrungse/omango-wyhash
repositoryhttps://github.com/tqtrungse/omango-wyhash
max_upload_size
id1187731
size24,611
Trung (tqtrungse)

documentation

https://docs.rs/omango-wyhash

README

omango-wyhash

The WyHash current crates have been from 3 years ago. It is old version.

This is the newest version of Wang Yi hash.

Version final-4.2

Table of Contents

Introduction

It provides

  • hash.

  • PRNG that pass BigCrush and PractRand.

  • APPROXIMATE Gaussian distribution.

  • Fast range integer RNG on [0,k) credit to Daniel Lemire.

Usage

Add this to your Cargo.toml:

[dependencies]
omango-wyhash = "0.1.3"

Compatibility

The minimum supported Rust version is 1.57.

License

The crate is licensed under the terms of the MIT license. See LICENSE for more information.

Reference

Commit count: 18

cargo fmt