It would be nice if JSONata had the ability to generate random values. Consider the following two cases:
Generate a random number between 0 and 1 (similar to Math.random() in JavaScript.)
- Generate a random GUID/UUID. (Harder to do without pulling in something like
uuid as a dependency.)