Small deterministic xorshift64 PRNG used for property-style tests. Avoids pulling `rand` into the kernel test module.
| 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 |