var MAGIC = 0; Math.random = function() { MAGIC = Math.pow(MAGIC + 1.8912, 3) % 1; return MAGIC; }; var TIME = 10000; Date.now = function() { return TIME++; }; performance.now = Date.now;