UNPKG

testarmada-magellan

Version:

Massively parallel automated testing

9 lines (6 loc) 174 B
"use strict"; var RAND_MAX = 9999999999999999; var STRNUM_BASE = 16; module.exports = function () { return Math.round(Math.random() * RAND_MAX).toString(STRNUM_BASE); };