Skip to content

jackfoxy/RandomBitsSolution

Repository files navigation

IMPORTANT:

This project deprecated. Use RandomBits instead.

RandomBits

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 almost any random number generation use, and significantly faster than using RandomBits, especially becausej of network latency. RandomBits is primarily a demonstration project.

About

Engineering excercise in random bits from ANU

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages