maxInt top-level property

int maxInt
final

Max possible integer value usable by Random.nextInt Implementation note: The default implementation supports max values between 1 and (1<<32) inclusive.

Implementation

final int maxInt = 4294967296;