IS4Code / PawnPlus

A SA-MP plugin enhancing the capabilities of the Pawn programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seed for math random functions

George480 opened this issue · comments

It currently generates always the same sequence of numbers. Can you possibly add a function like srand to set the seed of the random generator?

commented

Good idea! Will do.