export fn fuzzer_int(uid: Uid, weights: abi.Weights) u64
export fn fuzzer_int(uid: Uid, weights: abi.Weights) u64 { assert(uid.kind == .int); return fuzzer.nextInt(uid, weights.toSlice()); }