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 1515[ License ] : https://img.shields.io/crates/l/getrandom
1616
1717
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
2020data, 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
2222the same set of platforms as Rust's ` std ` lib.
2323
2424This 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