RandomBool typedef

RandomBool = bool Function()

The shape of a bool producing function.

Implementation

typedef RandomBool = bool Function();