//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)