MCPcopy Create free account
hub / github.com/argumentcomputer/ix / UPrng

Class UPrng

crates/kernel/src/level.rs:1028–1028  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1026 /// Evaluate a level under a concrete assignment of parameter indices
1027 /// to naturals (`imax(a,b) = 0` when `b = 0`). Used to certify test
1028 /// vectors semantically, independent of the comparator under test.
1029 fn eval_level(l: &AU, assign: &[u64]) -> u64 {
1030 match l.data() {
1031 UnivData::Zero(_) => 0,

Callers 1

newMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected