Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 950 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 950 Bytes

xoroshiro

The crate is deprecated in favor of the rand_xoshiro crate.

Status

Rust implementation of the xoroshiro128+, xorshift1024*φ and splitmix64 random number generators.

License

xoroshiro is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE, and LICENSE-MIT for details.

Other projects