File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
[ License ] : https://img.shields.io/crates/l/getrandom
16
16
17
17
18
- A Rust library for retrieving random data from (operating) system source . It is
19
- assumed that system always provides high-quality cryptographically secure random
18
+ A Rust library for retrieving random data from (operating) system sources . It is
19
+ assumed that the system always provides high-quality cryptographically secure random
20
20
data, ideally backed by hardware entropy sources. This crate derives its name
21
- from Linux's ` getrandom ` function, but is cross platform, roughly supporting
21
+ from Linux's ` getrandom ` function, but is cross- platform, roughly supporting
22
22
the same set of platforms as Rust's ` std ` lib.
23
23
24
24
This is a low-level API. Most users should prefer using high-level random-number
You can’t perform that action at this time.
0 commit comments