Home
last modified time | relevance | path

Searched refs:currentRandom (Results 1 – 1 of 1) sorted by relevance

/plugin/processing/
H A Dscript.js6148 var currentRandom = Math.random; variable
6152 return currentRandom();
6154 return currentRandom() * arguments[0];
6157 return currentRandom() * (aMax - aMin) + aMin;
6183 currentRandom = (new Marsaglia(seed)).nextDouble;