Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 850 Bytes

readme.md

File metadata and controls

21 lines (11 loc) · 850 Bytes

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.