public static final class RandomDistribution.Flat extends Object implements RandomDistribution.DiscreteRNG
Modifier and Type | Field and Description |
---|---|
private int |
max |
private int |
min |
private Random |
random |
public int nextInt()
RandomDistribution.DiscreteRNG
nextInt
in interface RandomDistribution.DiscreteRNG
RandomDistribution.DiscreteRNG.nextInt()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.