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

Class OpcodeXop3

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

Source from the content-addressed store, hash-verified

166}
167#[derive(Clone, Copy, Debug, PartialEq, Eq)]
168pub struct OpcodeXop3(u8, u8);
169impl Distribution<OpcodeXop3> for Standard {
170 fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> OpcodeXop3 {
171 OpcodeXop3(rng.gen(), rng.gen())

Callers 1

sampleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected