removed seedRandom module definition
diff --git a/player/js/3rd_party/seedrandom.js b/player/js/3rd_party/seedrandom.js
index 3f3b6a5..4f5f6df 100644
--- a/player/js/3rd_party/seedrandom.js
+++ b/player/js/3rd_party/seedrandom.js
@@ -225,15 +225,6 @@
 // Nodejs and AMD support: export the implementation as a module using
 // either convention.
 //
-    if ((typeof module) == 'object' && module.exports) {
-        module.exports = seedrandom;
-        // When in node.js, try using crypto package for autoseeding.
-        try {
-            nodecrypto = require('crypto');
-        } catch (ex) {}
-    } else if ((typeof define) == 'function' && define.amd) {
-        define(function() { return seedrandom; });
-    }
 
 // End anonymous scope, and pass initial values.
 })(