Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jackfoxy/randombits
.Net Standard Libray for random numbers from bits streamed from the ANU Quantum Random Numbers Server
https://github.com/jackfoxy/randombits
fsharp randomnumbers
Last synced: 9 days ago
JSON representation
.Net Standard Libray for random numbers from bits streamed from the ANU Quantum Random Numbers Server
- Host: GitHub
- URL: https://github.com/jackfoxy/randombits
- Owner: jackfoxy
- License: unlicense
- Created: 2018-03-18T18:11:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-02T16:05:30.000Z (over 6 years ago)
- Last Synced: 2024-11-11T06:23:13.646Z (9 days ago)
- Topics: fsharp, randomnumbers
- Language: F#
- Homepage: https://jackfoxy.github.io/RandomBits/
- Size: 144 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# RandomBits
[Documentation](https://jackfoxy.github.io/RandomBits/)
**RandomBits** is a F# library consuming the [ANU Quantum Random Numbers Server](http://qrng.anu.edu.au/index.php) API, providing the following end-products:
Signed and unsigned 8, 16, 32, and 64 bit random numbers.
Random numbers constrained within a range.
Sequences of random numbers.
Sequences of random numbers constrained within a range.
Sequences of random numbers constrained within a range and each member of the sequence is unique.
## Purpose of RandomBits
Appropriate pseudo-random number generators are perfectly adequate for most random number generation use, and significantly faster than using **RandomBits**, especially because of network latency. **RandomBits** is primarily a demonstration project.