Effect Randompub

Source
:effect(pub) Random
  .entropy ( AnyInt  Bytes )
Description

Entropy effect. .entropy returns n random bytes from the host's random source (MUST be cryptographically secure unless the host documents otherwise).

Parent chain:IORandom

Operations

.entropy ( AnyInt Bytes )

Returns exactly n random bytes as a Bytes. n MUST be non-negative; 0 returns an empty Bytes.