Random effect facade + backend behaviour. Nodes call
Bloccs.Effects.Random.int/2 against ctx.effects.random.
Summary
Functions
A random integer in 1..n through the bound RNG backend.
Types
@type cap() :: struct()
Callbacks
@callback int(cap(), pos_integer()) :: pos_integer()
Functions
@spec int(cap(), pos_integer()) :: pos_integer()
A random integer in 1..n through the bound RNG backend.