Home | History | Annotate | Download | only in content

Lines Matching refs:spread

496         long spread = maxValue - minValue;
497 if (spread > Integer.MAX_VALUE) {
501 return minValue + random.nextInt((int)spread);