Skip to content

LocalRandomnessGetRand

Purpose

Generate random numbers or other random data locally on the physical machine that the Anoma node is running.

Type

Reception:

LocalRandomnessGetRandV1

Triggers

LocalRandomnessGetRandResultV1

Records with fields:

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]