Docs.rs
weyl-0.1.3
weyl 0.1.3
Permalink
Docs.rs crate page
ISC
Links
Repository
crates.io
Source
Owners
tidwall
Dependencies
lazy_static ^1.3
normal
Versions
85.71%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
weyl
0.1.3
All Items
Sections
Weyl, a fast PRNG based on the Middle Square Weyl Sequence.
Crate Items
Structs
Functions
Crate
weyl
Copy item path
Source
Expand description
§
Weyl, a fast PRNG based on the Middle Square Weyl Sequence.
Warning: Not cryptographically secure.
Structs
§
Rng
Middle Square Weyl Sequence PRNG In other words it generates random numbers.
Functions
§
f64
generates a random f64
fill
fill bytes slice with random data
last_
seed
returns the last seed used to initialize the generator
seed
reseed the generator
u64
generates a random u64