The custom random
#4

I have modified your code to this:

Global variable:
Код:
new oldInt;
Stock:
Код:
stock randomEx(min, max)
{
     new ints = random(max-min)+min;
     if(ints == oldInt) return randomEx(min, max);
     oldInt = ints;
     printf("%d",ints);
     return ints;
}
It crashes.
Reply


Messages In This Thread
The custom random - by ProjectMan - 14.08.2013, 10:22
Re: The custom random - by ProjectMan - 14.08.2013, 10:35
Re: The custom random - by Dragonsaurus - 14.08.2013, 10:37
Re: The custom random - by ProjectMan - 14.08.2013, 10:47
Re: The custom random - by Dragonsaurus - 14.08.2013, 10:54
Re: The custom random - by [XST]O_x - 14.08.2013, 10:57
Re: The custom random - by ProjectMan - 14.08.2013, 11:17
Re: The custom random - by ProjectMan - 14.08.2013, 11:45
Re: The custom random - by [XST]O_x - 14.08.2013, 11:57
Re: The custom random - by [XST]O_x - 14.08.2013, 12:15

Forum Jump:


Users browsing this thread: 3 Guest(s)