Method: Fog::Compute::LibvirtUtil#randomized_name
- Defined in:
- lib/fog/libvirt/models/compute/util/util.rb
#randomized_name ⇒ Object
28 29 30 |
# File 'lib/fog/libvirt/models/compute/util/util.rb', line 28 def randomized_name "fog-#{(SecureRandom.random_number*10E14).to_i.round}" end |