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
In the event that any randomized function is used (e.g., within a runtime function definition), it would probably be preferable for the randomization to be repeatable. Either standardize the seed at startup or else allow an argument to be passed to, e.g., asm-emulate to set the random seed (or just a toggle that will set the seed).
The standardized seed could be something based on the instructions, e.g., a hash of the formatted string of all the instructions or something. Or it could just be a fun integer.
The text was updated successfully, but these errors were encountered:
In the event that any randomized function is used (e.g., within a runtime function definition), it would probably be preferable for the randomization to be repeatable. Either standardize the seed at startup or else allow an argument to be passed to, e.g.,
asm-emulate
to set the random seed (or just a toggle that will set the seed).The standardized seed could be something based on the instructions, e.g., a hash of the formatted string of all the instructions or something. Or it could just be a fun integer.
The text was updated successfully, but these errors were encountered: