Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
0
Members

Random numbers? (SOLVED)

A topic by momeg created Jul 17, 2016 Views: 548 Replies: 2
Viewing posts 1 to 2

there is a function that returns a random value something like "random (from, to);" ?

I look in the documentation but found none: /

(+2)

you can use

Sup.Math.Random.integer(min, max)

or

Sup.Math.Random.float(min, max)

Good! thank you :)