class Faker::Internet
def device_token
@example
@return[String]
Generates random token
#
def device_token shuffle(rand(16**64).to_s(16).rjust(64, '0').chars.to_a).join end
def device_token shuffle(rand(16**64).to_s(16).rjust(64, '0').chars.to_a).join end