From 0f7bfa0d4a4e5a79fffe72adec1dd35992c7dde3 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 5 Sep 2021 15:17:20 -0400 Subject: Clearing the local scope during eval analysis to avoid accidentally seeing variables outside of eval's scope. --- documentation/bookmark/floating_point.md | 1 + 1 file changed, 1 insertion(+) (limited to 'documentation') diff --git a/documentation/bookmark/floating_point.md b/documentation/bookmark/floating_point.md index 509990dd1..fe22137dc 100644 --- a/documentation/bookmark/floating_point.md +++ b/documentation/bookmark/floating_point.md @@ -12,6 +12,7 @@ # Random generation +1. [Drawing random floating-point numbers from an interval](https://hal.archives-ouvertes.fr/hal-03282794/document) 1. [Uniform random floats: How to generate a double-precision floating-point number in [0, 1] uniformly at random given a uniform random source of bits](https://mumble.net/~campbell/2014/04/28/uniform-random-float) # Correctness -- cgit v1.2.3