From campbell at mumble.net Wed Apr 5 19:04:38 2017 From: campbell at mumble.net (Taylor R Campbell) Date: Wed, 5 Apr 2017 19:04:38 +0000 Subject: Last minute Boston Lisp Meeting In-Reply-To: (fahree@gmail.com) Message-ID: <20170405190445.8F1C060556@jupiter.mumble.net> For those curious, here is my (outdated and frankly in need of rewriting) write-up of the miniature talk I gave last week at the Boston Lisp meeting on how to generate a floating-point number in [0,1] uniformly at random: https://mumble.net/~campbell/2014/04/28/uniform-random-float Some C code implementing the idea: https://mumble.net/~campbell/2014/04/28/random_real.c Some JavaScript code implementing the idea, slightly simplified, and without requiring 64-bit integer arithmetic: https://mumble.net/~campbell/js/random/