random
The random
command provides a random number to be used as a source of entropy for random number generation by clients.
Request Format
An example of the request format:
The request includes no parameters.
Response Format
An example of a successful response:
The response follows the [standard format][], with a successful result containing the following field:
Field
Type
Description
random
String
Random 256-bit hex value.
Possible Errors
Any of the [universal error types][].
internal
- Some internal error occurred, possibly relating to the random number generator.
Last updated