Arcade is excellent. I'm digging in and using it alot. But one of the things I am finding a need for is to generate random numbers. I build a lot of demo maps with fake data. I have to generate fake budgets, fake dates, etc. I generally just 'lorem ipsum' for descriptions but I need to be able to better generate more (close to) realistic numbers.
Does anyone know how I could do this with Arcade?
My preference would be Random(x) to get a number between 0 and X. But that isn't to be.
Anyone?