From 564220c453296754623706339f1cb7c2ae419018 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sun, 29 Jul 2012 22:28:30 +0200 Subject: [PATCH] Correct name of Mutant.random_float --- lib/mutant.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mutant.rb b/lib/mutant.rb index 9d2c21c8..4a8a0330 100644 --- a/lib/mutant.rb +++ b/lib/mutant.rb @@ -76,7 +76,7 @@ module Mutant # # @api private # - def self.random_fixnum + def self.random_float Random.rand end end