summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-01 07:59:03 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-01 07:59:03 +0000
commit237fc688394b84ec286572995d393b709d4987d6 (patch)
tree5c15be668195fc04c9b69a24830127b79f5cb80e /ChangeLog
parent58a4828163a15e496410b0803866f1b80c7545a4 (diff)
merges r26936 from trunk into ruby_1_9_1 and little refactoring.
-- * random.c (rb_reset_random_seed): set seed in this. [ruby-core:28655] -- * random.c: refactoring. * random.c (rand_srand): a new function that wraps rand_init and (re)initialization of the random seed as a VALUE. * random.c (genrand_int32, genrand_real, rb_f_rand, rb_f_srand): using rand_srand. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@28511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db60ab1d5a..78032569d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+Wed May 26 13:27:18 2010 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * random.c: refactoring.
+
+ * random.c (rand_srand): a new function that wraps
+ rand_init and (re)initialization of the random seed as
+ a VALUE.
+
+ * random.c (genrand_int32, genrand_real, rb_f_rand,
+ rb_f_srand): using rand_srand.
+
+Mon Mar 15 11:49:48 2010 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * random.c (rb_reset_random_seed): set seed in this.
+ [ruby-core:28655]
+
Mon Jun 29 20:29:11 2009 Tadayoshi Funaba <tadf@dotrb.org>
* rational.c (float_to_r): always returns rational.