Issue #1855 has been updated by Run Paint Run Run. A range of Floats also behaves like a single-element Range, which is surely wrong. >> prng = Random.new => #<Random:0x9bb2160> >> 4.times.map { prng.int(1.0..10.0) } => [1.0, 1.0, 1.0, 1.0] ---------------------------------------- http://redmine.ruby-lang.org/issues/show/1855 ---------------------------------------- http://redmine.ruby-lang.org