TASK:design new;
This commit is contained in:
@@ -48,5 +48,9 @@ public class RandomsUtil {
|
||||
return RandomUtil.randomLong(randomStart, randomEnd);
|
||||
}
|
||||
|
||||
public static Integer randomSysFile(Integer randomEnd) {
|
||||
return RandomUtil.randomInt(randomEnd);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user