https://github.com/massigy/c-check-randnums-uniformity-with-ipc
This project aims at generating random numbers by using the power of inner process communication to aggregate the work data. Then a main process will be analysing the uniformity of our generated data, thus be able to judge the used generator.
https://github.com/massigy/c-check-randnums-uniformity-with-ipc
Last synced: about 2 months ago
JSON representation
This project aims at generating random numbers by using the power of inner process communication to aggregate the work data. Then a main process will be analysing the uniformity of our generated data, thus be able to judge the used generator.
- Host: GitHub
- URL: https://github.com/massigy/c-check-randnums-uniformity-with-ipc
- Owner: MassiGy
- Created: 2023-11-21T13:03:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-04T16:34:51.000Z (over 1 year ago)
- Last Synced: 2025-02-07T10:53:28.238Z (3 months ago)
- Language: C
- Homepage:
- Size: 573 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C-check-randnums-uniformity-with-ipc
This project aims at generating random numbers by using the power of inner process communication to aggregate the work data. Then a main process will be analysing the uniformity of the generated data, thus, be able to judge the used generator.