rand_seeder 0.2.3

A universal random number seeder based on SipHash.
Documentation
[package]
name = "rand_seeder"
version = "0.2.3" # NB: When modifying, also modify html_root_url in lib.rs
authors = ["The Rand Project Developers"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-random/seeder"
documentation = "https://docs.rs/rand_seeder"
homepage = "https://rust-random.github.io/book/guide-seeding.html#a-string-or-any-hashable-data"
description = """
A universal random number seeder based on SipHash.
"""
keywords = ["random", "rng", "seeder"]
categories = ["algorithms", "no-std"]

[dependencies]
rand_core = { version = ">= 0.1, <= 0.6", default-features = false }