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

Class Prng

crates/kernel/src/subst.rs:1345–1345  ·  view source on GitHub ↗

Small deterministic xorshift64 PRNG used for property-style tests. Avoids pulling `rand` into the kernel test module.

Source from the content-addressed store, hash-verified

1343 let fv_outer_id = FVarId(7);
1344 let fv_inner_id = FVarId(8);
1345 let fv_outer = AE::fvar(fv_outer_id, ());
1346 let fv_inner = AE::fvar(fv_inner_id, ());
1347
1348 // Open: peel the outer binder around body... actually body itself is a

Callers 1

newMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected