Results 12 comments of Patrick Meade

`Rogue` has it's own random number generator function ``` javascript ROT.Map.Rogue.prototype._getRandomInt = function(min, max) { return Math.floor(ROT.RNG.getUniform() * (max - min + 1)) + min; } ``` that can probably...

Thank you for the PR @Dayssam. Full disclosure: I don't have a Windows box, so I can't test this in IE myself. I rely upon you to know if it...