Correct name of Mutant.random_float

This commit is contained in:
Markus Schirp 2012-07-29 22:28:30 +02:00
parent d0524f1724
commit 564220c453

View file

@ -76,7 +76,7 @@ module Mutant
# #
# @api private # @api private
# #
def self.random_fixnum def self.random_float
Random.rand Random.rand
end end
end end