You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var crypto = require('crypto');
var biguint = require('biguint-format');
function random (qty) {
return crypto.randomBytes(qty);
}
var id= biguint.format(random(8), 'dec');
im trying to use it got error