RANDOM NUMBER! *REP+*
#3

pawn Код:
stock RandomBetween(minimum_value, maximum_value)
{
    return (random(maximum_value - minimum_value) + minimum_value);
}
printf("%d", RandomBetween(1000000000, 9999999999));
Reply


Messages In This Thread
RANDOM NUMBER! *REP+* - by _GHT_MarK445 - 19.03.2016, 16:01
Re: RANDOM NUMBER! *REP+* - by zPain - 19.03.2016, 17:21
Re: RANDOM NUMBER! *REP+* - by SickAttack - 19.03.2016, 17:45
Re: RANDOM NUMBER! *REP+* - by _GHT_MarK445 - 19.03.2016, 18:32
Re: RANDOM NUMBER! *REP+* - by introzen - 19.03.2016, 18:34
Re: RANDOM NUMBER! *REP+* - by SickAttack - 19.03.2016, 18:38
Re: RANDOM NUMBER! *REP+* - by _GHT_MarK445 - 22.03.2016, 15:35
Re: RANDOM NUMBER! *REP+* - by SyS - 22.03.2016, 15:59
Re: RANDOM NUMBER! *REP+* - by _GHT_MarK445 - 22.03.2016, 16:00
Re: RANDOM NUMBER! *REP+* - by SyS - 22.03.2016, 16:11

Forum Jump:


Users browsing this thread: 2 Guest(s)