Simple question about rand()
Posted: Sat Feb 25, 2006 8:05 am
Is this:
rand(1*10)
meaning 1 to 10
And is this:
rand(2*10)
meaning 2 to 10 or 1 to 20?
rand(1*10)
meaning 1 to 10
And is this:
rand(2*10)
meaning 2 to 10 or 1 to 20?
Game Editor discussion board
http://game-editor.com/forum/
tekdino wrote:Is this:
rand(1*10)
meaning 1 to 10
And is this:
rand(2*10)
meaning 2 to 10 or 1 to 20?