xRandomness abstract method
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);
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.
void xRandomness(Uint8List target);