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

Class OpcodeVex3

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

Source from the content-addressed store, hash-verified

152
153#[derive(Clone, Copy, Debug, PartialEq, Eq)]
154pub struct OpcodeVex3(u8, u8);
155impl Distribution<OpcodeVex3> for Standard {
156 fn sample<R: Rng + ?Sized>(&self, rng: &mut R) -> OpcodeVex3 {
157 OpcodeVex3(rng.gen(), rng.gen())

Callers 1

sampleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected