class Float
Some extentions to the core Float
class
Public Class Methods
generate(*_args)
click to toggle source
Randomly generate a Float
instance
@return [Float]
# File lib/ext_core.rb, line 43 def self.generate(*_args) Random.rand(10e10) end