IS4Code / PawnPlus

A SA-MP plugin enhancing the capabilities of the Pawn programming language
MIT License
102 stars 17 forks source link

Seed for math random functions #20

Closed George480 closed 4 years ago

George480 commented 4 years ago

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?

IS4Code commented 4 years ago

Good idea! Will do.