This website requires JavaScript.
Explore
Help
Sign In
alex
/
Digital-lottery
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
18
Commits
1
Branch
0
Tags
main
T
Add File
New File
Upload File
Apply Patch
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
alex
ab7e716c59
Forgot to allocate the generated numbers in the generator so that they don't repeat
2026-09-13 21:41:30 +03:00
.gitignore
Added changes to gitignore
2026-09-13 21:30:49 +03:00
constants.h
Added initial files
2026-09-07 23:45:30 +03:00
device_generator.cpp
Finalized the implementation
2026-09-13 21:18:23 +03:00
device_generator.h
Finalized the implementation
2026-09-13 21:18:23 +03:00
generator.cpp
Finalized the implementation
2026-09-13 21:18:23 +03:00
generator.h
Finalized the implementation
2026-09-13 21:18:23 +03:00
impl_generator.cpp
Forgot to allocate the generated numbers in the generator so that they don't repeat
2026-09-13 21:41:30 +03:00
impl_generator.h
Finalized the implementation
2026-09-13 21:18:23 +03:00
input_parsing.cpp
Added newline to cerr stream
2026-09-13 21:29:48 +03:00
input_parsing.h
Fixed incorrect get_params function signature
2026-09-08 00:25:49 +03:00
LICENSE
Initial commit
2026-08-27 18:44:37 +00:00
lottery
New lottery exe
2026-09-13 21:34:28 +03:00
main.cpp
Changed the starting point of the accuracy to be 100%
2026-09-13 21:39:24 +03:00
Makefile
Finalized the implementation
2026-09-13 21:18:23 +03:00
mersenne_generator.cpp
Finalized the implementation
2026-09-13 21:18:23 +03:00
mersenne_generator.h
Finalized the implementation
2026-09-13 21:18:23 +03:00
README.md
Initial commit
2026-08-27 18:44:37 +00:00
README.md
Digital-lottery
Just a simple lottery
Reference in New Issue
View Git Blame
Copy Permalink
S
Description
Just a simple lottery
Readme
GPL-3.0
91
KiB
Languages
C++
97.6%
Makefile
2.4%