(AGK version: 2.0.16)
Submitted: 2017-04-22 14:50:50
//Get random number in range min-max

function Randomize(min,max)
	seed = val(right(GetCurrentTime(),2))
	SetRandomSeed2(seed)
	rand = Random2(min,max)
endfunction rand
Help make AGK better by submitting an example for this command!
(All examples are subject to approval)
Login to post an example of your own.