Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richmit/ex-random
Example Random Number Code
https://github.com/richmit/ex-random
Last synced: about 2 months ago
JSON representation
Example Random Number Code
- Host: GitHub
- URL: https://github.com/richmit/ex-random
- Owner: richmit
- Created: 2021-05-06T02:15:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-06T02:18:39.000Z (over 3 years ago)
- Last Synced: 2023-11-18T15:25:22.605Z (about 1 year ago)
- Language: C
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Good random number generation is easy with all of the tools available
to the modern programmer. Here you will find a number of examples
showing how to get random numbers from various sources.You can read a bit more about these examples on my [home page](https://www.mitchr.me/SS/exampleCode/random.html).
Have fun!
-mitch