Hello, in what way would you need the integration? If you just need a random number in a variable, you can still use any kind of javascript code to fill it in, including random number generation. Check this little example:
- var rand: "Math.floor(Math.random()*10)"
- text: "A random number {rand}"
Hope to see your creations!