https://github.com/k4zoku/crandom
A random number generation implementation in C similar to the one found in standard C++ <random>
https://github.com/k4zoku/crandom
c c99 prng rng standard-library
Last synced: 27 days ago
JSON representation
A random number generation implementation in C similar to the one found in standard C++ <random>
- Host: GitHub
- URL: https://github.com/k4zoku/crandom
- Owner: K4zoku
- License: mit
- Created: 2024-11-27T17:29:39.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T06:21:49.000Z (10 months ago)
- Last Synced: 2025-06-04T22:56:17.211Z (4 months ago)
- Topics: c, c99, prng, rng, standard-library
- Language: C
- Homepage: https://k4zoku.github.io/crandom/
- Size: 1.16 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Random C library