Randomly pick one variable

@glv I decide to pick the third one :

int[] vars = new int[] { -1, 1 };
println(vars[(int)random(2) ] );

but they are all good.

3 Likes