Method: Rex::Text.rand_name_female

Defined in:
lib/rex/text/rand.rb

.rand_name_femaleObject

Generate a female name



219
220
221
# File 'lib/rex/text/rand.rb', line 219

def self.rand_name_female
  Names_Female.sample
end