module FFaker::InternetSE

def user_name_random

def user_name_random
  rand(0..1).zero? ? user_name_variant_short : user_name_variant_long
end