Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Z-Sharp

Custom programming language Z-Sharp (Z#) I made in my free time. · By AstroSam

Random Function

A topic by kkuran371 created Sep 01, 2022 Views: 287
Viewing posts 1 to 1

I think you need to add a random function as used below

func Rand(min, max)

{

    //Get Random In Between Values//

     return

}