Math.random = function()

in scripts/thumbnail.js [29:32]


Math.random = function () {
  const val = myRandom();
  return val;
};