/*!
Small utility package for common actions
*/
use Rng;
use format;
/**
Generate a random Device ID to identify your device in the backend
# Notes
Result of this should be stored and reused upon usage, this will uniquely identify
every device used on the account
# Returns
A random ID of format `d-${16 random characters}`
*/