diff options
author | Eduardo Julian | 2021-09-05 15:17:20 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-09-05 15:17:20 -0400 |
commit | 0f7bfa0d4a4e5a79fffe72adec1dd35992c7dde3 (patch) | |
tree | 27b53f1d9f5e7c1b7a548fb7c10b9b7bfda42fe8 /documentation/bookmark | |
parent | 54c0e9c7397908eeddf5fbed9b193e25648fb253 (diff) |
Clearing the local scope during eval analysis to avoid accidentally seeing variables outside of eval's scope.
Diffstat (limited to '')
-rw-r--r-- | documentation/bookmark/floating_point.md | 1 |
1 files changed, 1 insertions, 0 deletions
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 |