Skip to content

Commit

Permalink
Merge pull request #56 from jruderman/patch-1
Browse files Browse the repository at this point in the history
Fix spelling: avalanche
  • Loading branch information
dhardy committed Nov 10, 2022
2 parents 3e034c0 + 3eda54d commit de82fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide-seeding.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ distinct, fixed random number seeds, e.g. 1, 2, 3, etc.

[`SeedableRng::seed_from_u64`] is designed exactly for this use-case.
Internally, it uses a simple PRNG to fill the bits of the seed from the input
number while providing good bit-avalance (so that two similar numbers such as
number while providing good bit-avalanche (so that two similar numbers such as
0 and 1 translate to very different seeds and independent RNG sequences).

```rust,editable
Expand Down

0 comments on commit de82fe8

Please sign in to comment.