Creates an arbitrarily large buffer filled with randomness.
Uint8List bytes(int length) => ffi.randomBytes(length: BigInt.from(length));