You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some frameworks have a hash associated as the main seed. It could be cool to visualize the hash if the framework used is one of those (like fxhash or art blocks)
The text was updated successfully, but these errors were encountered:
Actually, this might be the way to go for seeding in general... have a user-facing seed like 1, 42, 99, 238, in the UI and that can be used as a really short identifier that can have a slider to quickly scroll through values.
But then under the covers, hash it into a hexadecimal integer and store it as settings.hash which is what's really used to seed the prng…
Actually… if the hash is reversible it could even be stored as the hex value and the UI would unhash into the super terse integer to keep the numbers memorable and slider-able, that would be cool I think.
Some frameworks have a hash associated as the main seed. It could be cool to visualize the hash if the framework used is one of those (like fxhash or art blocks)
The text was updated successfully, but these errors were encountered: