Commit Graph

4 Commits

Author SHA1 Message Date
Vito f342ecf551 added automatic text input detection and vein multipliers 2025-10-30 09:32:35 -05:00
Alexthetransfem eef7fb9756
Faster and more random generation
By replacing a for loop with Math.log(), it is able to generate a world in ~3 or less seconds compared to the 20+ seconds using a loop. additionally, the use of pseudorandom within the parameters of another pseudorandom function makes it appear more random and unpredictable.
2025-10-29 15:57:45 -05:00
Alexthetransfem 92cf70cee0
Update PRNGworldgenlib.js 2025-09-27 21:02:22 -05:00
Alexthetransfem f25ccb65bf
Create PRNGworldgenlib.js 2025-09-27 20:30:37 -05:00