-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with random seed values #44
Comments
@lllyasviel I noticed you did initial version of fix in 1.0.35, but it could be improved a bit - instead of:
in
to refresh seed in case user entered value out of allowed range. You could also bump max_seed in |
negative or large seed will still work as they willl be preprocessed inner worker |
@lllyasviel They will work, but in your version they will be silently re-generated, and not displayed to the user in the UI. |
this impl cannot get same results from same negative number as seed |
It just generates new seed (from valid range) when out-of-range number is entered. |
Works fine in v2.1.739 (seeds from 0 to 2 ** 63 - 1 are now supported). |
The text was updated successfully, but these errors were encountered: