Home | History | Annotate | Download | only in content

Lines Matching refs:spread

484         long spread = maxValue - minValue;
485 if (spread > Integer.MAX_VALUE) {
489 return minValue + random.nextInt((int)spread);