https://github.com/massimo-marino/dice
dice: a test program for random numbers generation
https://github.com/massimo-marino/dice
cpp cpp20 execution-policy parallel-execution parallel-tests random-number-generators
Last synced: 8 months ago
JSON representation
dice: a test program for random numbers generation
- Host: GitHub
- URL: https://github.com/massimo-marino/dice
- Owner: massimo-marino
- License: mit
- Created: 2024-02-04T15:31:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T15:38:52.000Z (almost 2 years ago)
- Last Synced: 2024-12-25T16:40:17.557Z (about 1 year ago)
- Topics: cpp, cpp20, execution-policy, parallel-execution, parallel-tests, random-number-generators
- Language: C++
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dice
dice: A test program for random numbers generation
# How To Build
Standard build with cmake:
mkdir build
cd build
cmake ..
make
./dice