scatter_dates
Scatter a number of dates across a span, for generating events. The seed is required and the draw is fully deterministic: the same calendar, span, count, seed and unique flag always give the same dates, on any machine. unique=true (default) draws without repeats and fails if count exceeds the number of days in the span. Results come back sorted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| seed | Yes | ||
| count | Yes | ||
| start | Yes | ||
| unique | No | ||
| calendar | Yes |