Searched refs:currentRandom (Results 1 – 1 of 1) sorted by relevance
6148 var currentRandom = Math.random; variable6152 return currentRandom();6154 return currentRandom() * arguments[0];6157 return currentRandom() * (aMax - aMin) + aMin;6183 currentRandom = (new Marsaglia(seed)).nextDouble;