File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ use std::cell::Cell;
66use std:: ops:: RangeBounds ;
77use std:: vec:: Vec ;
88
9- // Chosen by fair roll of the dice.
9+ // Chosen by a fair roll of the dice.
1010const DEFAULT_RNG_SEED : u64 = 0xef6f79ed30ba75a ;
1111
1212impl Default for Rng {
Original file line number Diff line number Diff line change 8686//!
8787//! # WebAssembly Notes
8888//!
89- //! For non-WASI WASM targets, there is additional sublety to consider when utilizing the global RNG.
89+ //! For non-WASI WASM targets, there is additional subtlety to consider when utilizing the global RNG.
9090//! By default, `std` targets will use entropy sources in the standard library to seed the global RNG.
9191//! However, these sources are not available by default on WASM targets outside of WASI.
9292//!
You can’t perform that action at this time.
0 commit comments