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

Class Opcode3a

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

Source from the content-addressed store, hash-verified

144}
145#[derive(Clone, Copy, Debug, PartialEq, Eq)]
146pub struct Opcode3a(u8);
147impl Distribution<Opcode3a> for Standard {
148 fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> Opcode3a {
149 Opcode3a(rng.gen())

Callers 1

sampleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected