Actions
Feature #25679
closedProvide better hostname generator examples with safemode enabled
Description
We should also provide some new helpers and allow them in safemode:
- rand_hex(n) - returns SecureRandom.hex(n)
- rand_name - returns NameGenerator.new.generate_next_random_name
- mac_name(mac_address) - returns NameGenerator.new.generate_next_mac_name(mac_address)
Actions