A Lottery Number Generator App
Go to file
onyx-and-iris 5b7f06f8b7 add base Generator class, it implements IGenerator
Generate() methods call FillNumbers to get number values.
Numbers are randomized, sized according to limits, unique (no duplicates) and sorted.
2024-09-26 21:06:48 +01:00
Lottery add base Generator class, it implements IGenerator 2024-09-26 21:06:48 +01:00
.gitattributes Add .gitattributes, .gitignore, README.md, and LICENSE.txt. 2024-09-26 03:54:04 +01:00
.gitignore Add .gitattributes, .gitignore, README.md, and LICENSE.txt. 2024-09-26 03:54:04 +01:00
LICENSE.txt Add .gitattributes, .gitignore, README.md, and LICENSE.txt. 2024-09-26 03:54:04 +01:00
Lottery.sln Add project files. 2024-09-26 03:54:20 +01:00
README.md Add .gitattributes, .gitignore, README.md, and LICENSE.txt. 2024-09-26 03:54:04 +01:00

Lottery