The GenerateRandom typedef defines a function signature for generating random data with a specified length.
GenerateRandom
typedef GenerateRandom = List<int> Function(int length);