랜덤값을 구해오는 라이브러리 java.util.Random: nextInt() % bound; java1.0 java.util.Random: nextInt(int bount); java1.2 java.util.concurrent.ThreadLocalRandom java1.7 java.util.SplittableRandom java1.8 java.security.SecureRandom java1.1 // 59-1. Random.nextInt() % bound 방식의 문제점 public class Item59 { static Random random = new Random(); static int random(int n) { return Math.abs(random.nextInt()) % n; } publi..
랜덤값을 구해오는 라이브러리 java.util.Random: nextInt() % bound; java1.0 java.util.Random: nextInt(int bount); java1.2 java.util.concurrent.ThreadLocalRandom java1.7 java.util.SplittableRandom java1.8 java.security.SecureRandom java1.1 // 59-1. Random.nextInt() % bound 방식의 문제점 public class Item59 { static Random random = new Random(); static int random(int n) { return Math.abs(random.nextInt()) % n; } publi..
- Total
- Today
- Yesterday
- HTTP 완벽가이드
- 프로그래머스 SQL
- java
- 패스트캠퍼스 컴퓨터공학 완주반
- 드림코딩
- 이펙티브자바
- 김영한 JPA
- Spring Security
- 백준
- GCP
- HTTP 완벽 가이드
- 이펙티브자바 스터디
- js promise
- 가상 면접 사례로 배우는 대규모 시스템 설계 기초
- 킹수빈닷컴
- 모던자바스크립트
- 백기선 스터디
- JPA 연관관계 매핑
- 김영한 http
- JS 딥다이브
- 집 구하기
- http
- 이펙티브자바 아이템60
- 프로그래머스
- js api
- dreamcoding
- js array
- BOJ
- REST API
- 이펙티브자바 아이템59
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |