Commons:User scripts/reports/MediaWiki:Gadget-math.seedrandom.js

This is the report page for MediaWiki:Gadget-math.seedrandom.js. It is bot-maintained. All manual changes might be overwritten.

jshint

edit
  1. ISSUE: line 113 character 5: ['seedrandom'] is better written in dot notation. - Evidence: math['seedrandom'] = function seedrandom(seed, use_entropy) {
  2. ISSUE: line 134 character 7: ['seededrandom'] is better written in dot notation. - Evidence: math['seededrandom'] = function random() { // Closure to return a random double: