可以考虑使用下面的代码:
int startInclusive = 1;
int endExclusive = 100;
logger.debug("min <= R <= max - [{}] ", RandomUtils.nextInt(startInclusive, endExclusive));
使用 RandomUtils 类中定义的方法,RandomUtils 定义在下面的 Package 中
org.apache.commons.lang3.RandomUtils
Utility library that supplements the standard Random class.
Since: 3.3
程序输出为:
2018/12/30 17:01:57 DEBUG [com.ossez.codebank.lang.tests.NumberTest] - min <= R <= max - [4
如果您发现该资源为电子书等存在侵权的资源或对该资源描述不正确等,可点击“私信”按钮向作者进行反馈;如作者无回复可进行平台仲裁,我们会在第一时间进行处理!
添加我为好友,拉您入交流群!
请使用微信扫一扫!