Skip to content

Splittable random number generation, in Rust.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

sacundim/rust-rand-split

Repository files navigation

Splittable Pseudorandom Number Generation for Rust

Build Status

This crate provides traits for splittable pseudorandom number generators, and a simple implementation based on SipHash.

This is not a cryptographic random number generator

While the random number generator included here (SipRng) is based on a cryptographic primitive, it has not been designed or evaluated for security.

Documentation

Documentation

TODO/nice-to-haves

  • Integration with some sort of lazy evaluation mechanism.
  • Integration with some sort of parallel execution mechanism.

References

About

Splittable random number generation, in Rust.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages