Skip to content
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

Understanding python random cracker #3

Closed
wazaki0 opened this issue Nov 20, 2020 · 1 comment
Closed

Understanding python random cracker #3

wazaki0 opened this issue Nov 20, 2020 · 1 comment

Comments

@wazaki0
Copy link

wazaki0 commented Nov 20, 2020

Hello,

I am a student and I dont understand one thing. My project was to research and compare two random number generators. I chose Java's LCG and python's mersenne twister.
Could you explain to me why your (python) RNG prediction loses accuracy over time. I have researched more cracks on Mersenne twister, and they explained that if you have the first 624 integers, you are able to find the seed, as that is where the seed number possibility ends. Is python somehow buffering its seed every step after 624, or what is the issue?

@tna0y
Copy link
Owner

tna0y commented Dec 20, 2021

The issue has been fixed in the latest update thanks to @mcfx

@tna0y tna0y closed this as completed Dec 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants