# File lib/fog/libvirt/models/compute/util/util.rb, line 28 def randomized_name "fog-#{(SecureRandom.random_number*10E14).to_i.round}" end