World Generation

From Fracterebus
Revision as of 18:31, 19 November 2025 by NerdOfEpic (talk | contribs) (Created page with "The world the player gets to explore in Fracterebus is randomly generated. This is done up front when you start a new world and is managed by layers and layers of algorithms. The random number generator seed value is taken from the seed code and used in a TinyMT32 random number generator.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The world the player gets to explore in Fracterebus is randomly generated. This is done up front when you start a new world and is managed by layers and layers of algorithms. The random number generator seed value is taken from the seed code and used in a TinyMT32 random number generator.