Hi- I need a function that will return a random integer that can be only -1, 0, or 1. Thanks?
|
|
As Apocalisp wrote, you could do something like:
|
||||||||||||||||
|
|
|
How about generating a random from 0 to 2 and subtracting 1? |
||||||||||||||
|
|
|
|
||
|
|
