sampler_sample_list
Select random samples from a list with configurable size and replacement options for data analysis and testing.
Instructions
[sampler] Random sample of n items. replacement=true for oversampling. Returns {sample, n, total}.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| n | Yes | ||
| seed | No | ||
| replacement | No |