1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* random.c (rb_random_int): arguments have to be converted to

integer.  [ruby-core:24679]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24358 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-08-02 15:32:04 +00:00
parent 59e5d0f177
commit a194550e5c
3 changed files with 9 additions and 2 deletions

View file

@ -344,6 +344,7 @@ END
1267650600228229401496703205383).each do |w|
assert_equal(w.to_i, r.int(2**100+5..2**100+9))
end
assert_equal(3, r.int(3.1..4), '[ruby-core:24679]')
end
def test_random_float