rand-float 0.1.1

A comparison of techniques for generating uniform random floating-point numbers in the unit interval from streams of random bits
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Change Log

## [0.1.1] - 2026-07-16

### New

- On x86-64 compiled with AVX-512F, `campbell::real` scales its result with
  the hardware `ldexp` (a single `vscalefsd` instruction, via inline
  assembly) instead of two multiplications, so performance should be
  identical to the original code.

## [0.1.0] - 2026-07-16

### New

- First release.