World Generation
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.