Skip to content

.Net Standard Libray for random numbers from bits streamed from the ANU Quantum Random Numbers Server

License

Notifications You must be signed in to change notification settings

jackfoxy/RandomBits

Repository files navigation

RandomBits

Documentation

RandomBits is a F# library consuming the ANU Quantum Random Numbers Server 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.

About

.Net Standard Libray for random numbers from bits streamed from the ANU Quantum Random Numbers Server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages