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

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.

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.