showing results for - "math random from minus 1"
Frida
10 Apr 2016
1var plusOrMinus = Math.random() < 0.5 ? -1 : 1;