LocalRandomnessGetRand¶
Purpose¶
Generate random numbers or other random data locally on the physical machine that the Anoma node is running.
Type¶
Reception:
Triggers
LocalRandomnessGetRandResultV1
Records with fields:
Random Byte Values
: RandomByteValuesV1
The random number or random data in a byte value
Behavior¶
Generates a random number or other random data.
Message Flow¶
sequenceDiagram
%% --8<-- [start:sequence]
Any Local Engine ->>+ Local Randomness Engine: LocalRandomnessGetRand
Local Randomness Engine -->>- Any Local Engine: LocalRandomnessGetRandResult
%% --8<-- [end:sequence]