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

Allow generator functions to access the seed #81

Open
jslyemath opened this issue Aug 17, 2024 · 0 comments
Open

Allow generator functions to access the seed #81

jslyemath opened this issue Aug 17, 2024 · 0 comments

Comments

@jslyemath
Copy link

Sometimes you just run into an outcome that is very hard to randomize. But, one could still make 20 versions of the outcome for their students to practice with the web viewer. In such use cases, one must have a way of ensuring that we have a 1-to-1 mapping of the 20 versions and seeds 0-19. Allowing a generator function to access the current seed would be (in my mind) the easiest way of doing this.

More interesting capabilities could result from this, such as (off the top of my head): if the end user wants a certain difficulty progression from seeds 0-4 that then loops every 5 seeds.

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