# File lib/faker/internet.rb, line 167 def device_token rand(16 ** 64).to_s(16).rjust(64, '0').chars.to_a.shuffle.join end