MCPcopy Create free account
hub / github.com/eigenform/perfect / Sib

Class Sib

perfect/src/experiments/decoder.rs:122–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120// ssiiibbb
121#[derive(Clone, Copy, Debug, PartialEq, Eq)]
122pub struct Sib(u8);
123impl Sib { pub fn as_byte(&self) -> u8 { self.0 } }
124impl Distribution<Sib> for Standard {
125 fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> Sib {

Callers 1

sampleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected