From 527f46ba801d376f46aeb7ad7dbe4394413c0016 Mon Sep 17 00:00:00 2001 From: Michi Mutsuzaki <michi@cs.stanford.edu> Date: Mon, 21 Nov 2011 15:49:16 -0800 Subject: [PATCH] gh-51 Improved Random Number Generation Performance and add Exponential distribution support (sears) --- changes | 1 + 1 file changed, 1 insertion(+) diff --git a/changes b/changes index c508cf1f..471f01a4 100644 --- a/changes +++ b/changes @@ -20,6 +20,7 @@ * gh-46 Fixed typo in RedisClient (Zlender) * gh-49 Build fix (sears) * gh-50 Switch unordered key generation from FNV32 to FNV64 (sears) + * gh-51 Improved Random Number Generation Performance and add Exponential distribution support (sears) 0.1.3 * Voldemort binding (rsumbaly) -- GitLab