UNPKG

@smartface/emulator-dispatcher

Version:

Handles Emulator Dispatcher Part of SmartfaceCloud

9 lines (7 loc) 200 B
function getRandomName(ext) { return `${getRandom()}_${getRandom()}_${getRandom()}${ext||""}`; } function getRandom() { return Math.floor(Math.random() * 1000); } module.exports = getRandomName;