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
"DETERMINISTICRANDOM" is something that of interest but I would like to see how it can be done by RPC.
The text was updated successfully, but these errors were encountered:
Is there a way to test this function?
Sorry, something went wrong.
It's not a function nor RPC, it's an opcode ie. it's a specific byte (0xc0 = 192), which when included in bitcoin script has a specific function.
When this opcode is being executed by the script interpreter, it appears to work as follows:
For a given (seed,min,max) this will always produce the same random number (it is deterministic)
No branches or pull requests
"DETERMINISTICRANDOM" is something that of interest but I would like to see how it can be done by RPC.
The text was updated successfully, but these errors were encountered: