Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matrixpower1004/lottery
Java로 만들어본 로또 번호 생성기
https://github.com/matrixpower1004/lottery
Last synced: 10 days ago
JSON representation
Java로 만들어본 로또 번호 생성기
- Host: GitHub
- URL: https://github.com/matrixpower1004/lottery
- Owner: matrixpower1004
- Created: 2023-12-21T19:00:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-27T01:45:36.000Z (10 months ago)
- Last Synced: 2024-11-06T05:32:50.229Z (about 2 months ago)
- Language: Java
- Size: 62.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### v1: 단순히 1 - 45까지의 숫자를 중복 없이 5 게임을 뽑는 로직
### v2: 극단적인 조합 방지 로직 적용
- 1-2-3-4-5-6 이론에 따른 로직 적용
- 6연번, 연속행렬, 특정번호대 몰림, 모두 홀수 또는 모두 짝수 방지 로직 적용