xRandomness abstract method

void xRandomness(
  1. Uint8List target
)

Fill the target with random bytes.

Safety warning: Target may be a direct view over native memory that must not be used after this function returns.

Implementation

void xRandomness(Uint8List target);