Declaration

func nextInt(_ bound: UInt32) -> UInt32

Declaration

- (uint32_t) nextInt:(uint32_t) bound;

Declaration

nextInt_(bound: int) -> int

Parameters

bound

Upper limit (exclusive).