Currently the easiest way to invoke many values of a generator is like so:
"alpha": "#repeat(@MyGenerator, 10)"
It's doesn't come across particularly concise. Perhaps a syntax rule could be introduced to allow something like:
"alpha": "@MyGenerator(10)"