You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: