Docs.rs
quantre-0.1.0
quantre 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ghasimi
Dependencies
Versions
100%
of the crate is documented
Platform
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
Skip to main content
Module random
quantre
0.1.0
Module random
Module Items
Functions
In crate quantre
quantre
Module
random
Copy item path
Source
Expand description
Pseudorandom Number Generators (P-RNGs)
Functions
§
rand
n
pseudorandom numbers from [0, 1)
rand1
One
pseudorandom number from [0, 1)
randi
n
pseudorandom integers from [a, b]
randi1
One
pseudorandom integer from [a, b]
randn
n
pseudorandom numbers from N(μ, σ)
randn1
One
pseudorandom number from N(μ, σ)