From ced9ad5ab546d7ae478066a13116015033e2b485 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 20 Nov 2013 11:05:38 +0000 Subject: * random.c (rand_init): Make it possible to specify arbitrary array for init_genrand(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43736 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_rand.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby') diff --git a/test/ruby/test_rand.rb b/test/ruby/test_rand.rb index d6512383be..a98eaab13c 100644 --- a/test/ruby/test_rand.rb +++ b/test/ruby/test_rand.rb @@ -177,7 +177,7 @@ class TestRand < Test::Unit::TestCase end def test_big_seed - assert_random_int(%w(1143843490), 0x100000000, 2**1000000-1) + assert_random_int(%w(2757555016), 0x100000000, 2**1000000-1) end def test_random_gc -- cgit v1.2.3