Question about random ..
#1

how the random command work
if i have a new cash variable and i want to get random number from 350-500 example
how the command work

new cash =
Reply
#2

Here:
Код:
new cash = 350+random(151);
Min amount can be 350 and max can be 500
Reply
#3

if i want from 400 - 755

im write?

Код:
cash=400+random(356);
Reply
#4

Yes, you are.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)