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

Random Numbers #109

Open
bistabil opened this issue Oct 24, 2022 · 1 comment
Open

Random Numbers #109

bistabil opened this issue Oct 24, 2022 · 1 comment
Labels
good first issue Good for newcomers ready for implementation Specification exists. PR is desired. Brings value to users.

Comments

@bistabil
Copy link

Would it be possible to support something like pseudo-random number generation in which the result could be provided as an input to some of the existing functions, i.e delay functions?

@kareltucek
Copy link
Owner

For technical reasons, the random number would have to be put into a register, and then used from there. So syntax would be something like setRegRand <reg index> <low bound> <upper bound>.

I don't mind merging a PR, but I probably won't implement it myself in near future.

@kareltucek kareltucek added good first issue Good for newcomers ready for implementation Specification exists. PR is desired. Brings value to users. labels Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers ready for implementation Specification exists. PR is desired. Brings value to users.
Projects
None yet
Development

No branches or pull requests

2 participants