21 22 23 24
# File 'bin/finexclub_updater', line 21 def rand_price(n = nil) n ||= 10000 rand(n)/n.to_f end