RandomNumber typedef

RandomNumber = int Function(int min, int max)

The shape of a number producing function.

Implementation

typedef RandomNumber = int Function(int min, int max);