pub type ArraySampler = Box<dyn Sample<Output = ArrayRef> + Send + Sync>;
pub struct ArraySampler(/* private fields */);