728x90
https://kdhyo98.tistory.com/48
https://www.baeldung.com/java-generate-random-long-float-integer-double
public static long generatedRandomLongBounded(){
SecureRandom random = new SecureRandom();
return Math.abs(random.nextLong());
}
'Java' 카테고리의 다른 글
Spring Batch - Chunk 지향 프로세싱(Mybatis) (0) | 2024.07.17 |
---|---|
Pattern and Matcher (0) | 2024.07.16 |
MyBatisPagingItemReader with ExecutorType.Batch (0) | 2024.07.10 |
[MyBatis] Page with MyBatis (0) | 2024.07.01 |
[Spring Security] Public vs Private method to be applied Spring Security (1) | 2024.06.07 |