Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matrixpower1004/lottery

Java로 만들어본 로또 번호 생성기
https://github.com/matrixpower1004/lottery

Last synced: 10 days ago
JSON representation

Java로 만들어본 로또 번호 생성기

Awesome Lists containing this project

README

        

### v1: 단순히 1 - 45까지의 숫자를 중복 없이 5 게임을 뽑는 로직
### v2: 극단적인 조합 방지 로직 적용
- 1-2-3-4-5-6 이론에 따른 로직 적용
- 6연번, 연속행렬, 특정번호대 몰림, 모두 홀수 또는 모두 짝수 방지 로직 적용