Syndaryl / DFRPGRandomDungeonGenerator

A HTML/CSS/JavaScript based random dungeon generator for GURPS. Eventual goals are to not only produce a map, but also populate the rooms with descriptions and challenges. Game statistics will be for the DFRPG / GURPS 4e.
Other
35 stars 13 forks source link

Fix prand #52

Closed Syndaryl closed 6 years ago

Syndaryl commented 6 years ago

buffer overflow caused all numbers returned by rand_between to be at the low end of the range provided. Fixes #51