fast property

SecureRandom fast
final

An instance of ChaChaRandom, which can be over 100 times faster than Random.secure.

The algorithm is based on ChaCha20 stream cipher and is cryptographically secure. Reseeding is done from Random.secure at least once every 8192 blocks or 10 milliseconds.

Implementation

static final SecureRandom fast = ChaChaRandom();