rand property
Random number generator used to create session IDs among other things.
Implementation
static final Random rand = new Random();
Random number generator used to create session IDs among other things.
static final Random rand = new Random();