mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-02 20:55:09 -05:00
- Add JS Mersenne Twister implementation dependency to use as seeded PRNG. This is not a cryptographically secure algorithm. - Add nullish seed field to float and integer random generators. - Add UI to control the seed. - When seed is not set, behaviour is unchanged - the values are randomized when you Invoke. When seed is set, the random distribution is deterministic depending on the seed. In this case, we can display the values to the user.