klangner / mapgen.rs

Map generator for games.
https://klangner.github.io/mapgen.rs/
Apache License 2.0
44 stars 5 forks source link

Add `with_seed` option to the `MapBuilder` #9

Closed klangner closed 4 years ago

klangner commented 4 years ago

So the builder can use random number generator starting from the same state.