function getRandom(0) { return Math.random(); }
function getRandom(1) { return Math.random(); }
function getRandom() { return Math.random(1); }