com.hazelcast.util
public final class RandomPicker extends Object
Modifier and Type | Method and Description |
---|---|
static int |
getInt(int n)
Returns a pseudorandom, uniformly distributed int value between 0 (inclusive)
and the specified value (exclusive), drawn from this random number generator's sequence.
|
public static int getInt(int n)
n
- the specified valueCopyright © 2015 Hazelcast, Inc.. All Rights Reserved.