How can I make random with 'real' numbers?
#1

How can I make a random with 'real' numbers (=not integers)
for ex:
pawn Код:
RandomEx(2264.60,2267.20); // From a stock

stock RandomEx(min,max) { return random(max-min)+min; }
^^
The above gives me the 'tag mismatch' warning
-----------------------
Thanks 4 helpers
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)