RNG has laughably low (apparant) periodicity. #24
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
zadammac/PETI#24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The RNG appears to have a period on the order of 8-15 draws.
This could be improved by focusing on the least significant bits of the RNG result before converting to a float and handing it out. I'd hope it to be an easy fix.
This is addressed in [f/version0-1-1
804569a] which may or may not already be pushed. The full fix will release in 0.1.1Testing shows that this was, indeed, largely fixed in commit 804569a. The period is now higher than I can be bothered to count and is "casually sufficient".
Now watch a speedrunner come along and decide they want to find an RNG manip. in PETI just for kicks.