RNG Seed

From Fracterebus
Revision as of 20:25, 20 March 2026 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. This field is part of the Seed Code.")
(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.

This field is part of the Seed Code.