Skip to content

Commit

Permalink
fix: missing link
Browse files Browse the repository at this point in the history
  • Loading branch information
flmel committed Sep 27, 2024
1 parent 0dcb955 commit 56cfd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/ChainSpec/SelectingBlockProducers.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ We sample validators with probability proportional to their stake using the foll
- `weighted_sampler: WeightedIndex`
- Allow $O(1)$ sampling
- This structure will be based on the
[WeightedIndex](https://rust-random.github.io/rand/rand/distributions/struct.WeightedIndex.html)
[WeightedIndex](https://docs.rs/rand/latest/rand/distributions/struct.WeightedIndex.html)
implementation (see a description of [Vose's Alias
Method](https://en.wikipedia.org/wiki/Alias_method) for details)

Expand Down

0 comments on commit 56cfd2a

Please sign in to comment.