Math.random = function()
in
scripts/thumbnail.js [29:32]
4
lines of code
1
McCabe index (conditional complexity)
Math.random = function () { const val = myRandom(); return val; };