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

Misfeature: piece sequences are always pregenerated and looping when they don't have to be. #38

Open
zaphod77 opened this issue Sep 29, 2024 · 0 comments

Comments

@zaphod77
Copy link
Contributor

I programed in LCGRand specifically so that it would be possible to store a seed instead of a piece sequence, as well as to generate piece sequences possible on real TGM hardware.

For most modes, the piece sequence limit works fine because the mode always ends before the pieces run out. For ARS old style, the piece sequence is supposed to loop after 1000.

But for any other potentially infinite mode, storing the seed instead of the sequence should allow the mode to have a much longer piece sequence.

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

1 participant