Question about 'random'
#6

I'm sorry!
pawn Код:
stock randomrange( min, max ) {
    return random( max - min + 1) + min;
}
got confused.
Reply


Messages In This Thread
Question about 'random' - by Shetch - 07.04.2012, 23:15
Respuesta: Question about 'random' - by admantis - 07.04.2012, 23:16
Re: Respuesta: Question about 'random' - by Shetch - 07.04.2012, 23:19
Respuesta: Re: Respuesta: Question about 'random' - by admantis - 07.04.2012, 23:21
Re: Respuesta: Re: Respuesta: Question about 'random' - by Shetch - 07.04.2012, 23:22
Respuesta: Question about 'random' - by admantis - 07.04.2012, 23:37
Re: Question about 'random' - by Jonny5 - 07.04.2012, 23:39
Re: Question about 'random' - by ReneG - 07.04.2012, 23:52

Forum Jump:


Users browsing this thread: 1 Guest(s)