module MetaheuristicAlgorithms::Helper
Public Instance Methods
bigdecimal_rand()
click to toggle source
# File lib/metaheuristic_algorithms/helper.rb, line 5 def bigdecimal_rand BigDecimal("#{rand.to_s}") end