Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/processing/
H A Dscript.js6171 this.nextDouble = function() { method in Marsaglia
6183 currentRandom = (new Marsaglia(seed)).nextDouble;
6212 random = (seed === undef) ? Math.random : (new Marsaglia(seed)).nextDouble;