Module random

Module random 

Source
Expand description

Generate cryptographic strength random data

The host provides the random bytes because any/all WASM implementations of randomness is flawed and insecure.

Traits§

TryFromRandom

Functions§

random_bytes
Get N cryptographically strong random bytes.