safe property

Random safe
final

Random instance that is used as default by "package:cryptography".

Currently this is always Random.secure.

Implementation

static final Random safe = Random.secure();