menu
Sample
import { Sample } from "destack:fuzz";
Generated sample metadata.
1export struct Sample {2 seed: Seed;3 index: uint64;4 shrinkDepth: uint32;5 size: uint32;6}Members
seed: SeedSeed that produced this sample.
index: uint64Sample index in this run.
shrinkDepth: uint32Shrink depth from the original failing sample.
size: uint32Generation size parameter.