* random.c (init_genrand): ensure invariant of mt->next and mt->left.
mt->next should always equal mt->state + N + 1 - mt->left. In fact, 'r = Random.new(0); r == r.dup' has returned false. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24325 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6937a3e26f
commit
fe22f83ecf
@ -1,3 +1,9 @@
|
||||
Thu Jul 30 21:48:56 2009 Yusuke Endoh <mame@tsg.ne.jp>
|
||||
|
||||
* random.c (init_genrand): ensure invariant of mt->next and mt->left.
|
||||
mt->next should always equal mt->state + N + 1 - mt->left.
|
||||
In fact, 'r = Random.new(0); r == r.dup' has returned false.
|
||||
|
||||
Thu Jul 30 21:43:41 2009 Yusuke Endoh <mame@tsg.ne.jp>
|
||||
|
||||
* random.c (random_bytes): use NUM2LONG instead of FIX2LONG because
|
||||
|
Loading…
x
Reference in New Issue
Block a user