pub fn sample_rows(n: u64, pad: usize) -> Vec<Row>
Builds n rows of the sample_desc schema; payload is pad bytes wide so callers can target a byte budget (≈ n * (pad + overhead)).
n
sample_desc
payload
pad
n * (pad + overhead)