https://github.com/robotdad/random
https://github.com/robotdad/random
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robotdad/random
- Owner: robotdad
- Created: 2023-05-10T01:11:43.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T19:37:16.000Z (about 3 years ago)
- Last Synced: 2026-01-01T14:38:35.213Z (6 months ago)
- Language: C++
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# random
This is a random number generator library, an executable that uses it, and a unit test.
This was created through a series of prompts to ChatGPT that I interpreted the answer from to produce this project.
See the full [discussion log](ChatGPTlog.md) if you are interested in the prompts and direct responses.
It is not trimmed and has minimal annotations. Everything I asked, including dead ends, is present.