UNPKG

testarmada-magellan

Version:

Massively parallel automated testing

7 lines (4 loc) 158 B
"use strict"; const RAND_MAX = 9999999999999999; const STRNUM_BASE = 16; module.exports = () => Math.round(Math.random() * RAND_MAX).toString(STRNUM_BASE);