menu

Sample

import { Sample } from "destack:fuzz";

Generated sample metadata.

language/library/src/fuzz/sample.ds:7:19
1export struct Sample {2    seed: Seed;3    index: uint64;4    shrinkDepth: uint32;5    size: uint32;6}

Members

seed: Seed

Seed that produced this sample.

index: uint64

Sample index in this run.

shrinkDepth: uint32

Shrink depth from the original failing sample.

size: uint32

Generation size parameter.