We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
regarding comment here:
Should we randomise this value as SDK does?
Originally posted by @crodriguezvega in #4466 (comment)
The text was updated successfully, but these errors were encountered:
closing this issue for now as the SDK passes a seed (i.e. 1) to rand.NewSource(), so the values are actually deterministic and not random.
Sorry, something went wrong.
rand.NewSource(), so the values are actually deterministic and not random.
Is this true? Some of the simulation tests were using hard coded values which nullifies the usage of the random seed
No branches or pull requests
regarding comment here:
Should we randomise this value as SDK does?
Originally posted by @crodriguezvega in #4466 (comment)
The text was updated successfully, but these errors were encountered: