Find
C
ase-sensitive
R
egexp search
Path
Showing
5ff69e07
from
2026-04-07
:
Revert "Bug
2024233
: ProxyRelease HttpTransactionParent releases r=necko-reviewers,kershaw" for causing networking crashes (bug
2030017
)
firefox-main
/
third_party
/
rust
/
rand
/
src
/
seq
Navigation
Enable keyboard shortcuts
Revision control
Coverage:
0 %
2026-03-31
:
0 %
2026-04-01
:
0 %
2026-04-01
:
0 %
2026-04-01
:
0 %
2026-04-02
:
0 %
2026-04-02
:
0 %
2026-04-02
:
0 %
2026-04-03
:
0 %
2026-04-04
:
0 %
2026-04-04
:
0 %
2026-04-05
:
0 %
2026-04-05
:
0 %
2026-04-06
:
0 %
2026-04-06
:
0 %
2026-04-06
:
0 %
2026-04-07
:
0 %
2026-04-07
:
0 %
Name
Description
Size
Coverage
index.rs
Low-level API for sampling indices
22555
-
mod.rs
Sequence-related functionality This module provides: * [`SliceRandom`] slice sampling and mutation * [`IteratorRandom`] iterator sampling * [`index::sample`] low-level API to choose multiple indices from `0..length` Also see: * [`crate::distributions::WeightedIndex`] distribution which provides weighted index sampling. In order to make results reproducible across 32-64 bit architectures, all `usize` indices are sampled as a `u32` where possible (also providing a small performance boost in some cases).
46300
0 %