-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* array.c (rb_ary_shuffle_bang): new method.
* array.c (rb_ary_shuffle): ditto. * random.c (genrand_real): ditto. * random.c (genrand_int32): export the function. * random.c (Init_Random): initialize random seed at the beginning. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
Aug 31, 2006
1 parent
b8597cc
commit 22f249e
Showing
4 changed files
with
65 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
Thu Aug 31 17:16:19 2006 Yukihiro Matsumoto <[email protected]> | ||
|
||
* array.c (rb_ary_shuffle_bang): new method. | ||
|
||
* array.c (rb_ary_shuffle): ditto. | ||
|
||
* random.c (genrand_real): ditto. | ||
|
||
* random.c (genrand_int32): export the function. | ||
|
||
* random.c (Init_Random): initialize random seed at the | ||
beginning. | ||
|
||
Thu Aug 31 13:12:06 2006 why the lucky stiff <[email protected]> | ||
|
||
* eval.c (ruby_init): rename top_cref to ruby_top_cref and export, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters