random_notes
Select a specified number of random notes from a provided note array, with optional repeats and seed for reproducible results.
Instructions
Pick count uniformly random notes from a pool of notes (a pure dice roll).
The pool is any notes array — typically from get_scale or get_chord, e.g.
random notes from A minor pentatonic. Octaves in the pool are kept.
Reproducible via seed; the seed used is always returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | ||
| count | No | ||
| allow_repeats | No | ||
| seed | No |