Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 534 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 534 Bytes

Random Reals

This repository accompanies Generating random reals article which describes problems with existing common ways of generating random floating point numbers given an integer random number generator.

The src directory contains benchmarks and tests mentioned in the article.

The make-real.h header file is a stand-alone library which can be used to construct well-distributed floating point numbers (single and double precision numbers are supported) from unsigned integers.