javascript - Implement correlation id that is a 64 bit hex stiring -
i need implement random correlation id our http requests in our angular js 4 project. requirement should 64 bit hex string.
currently, i'm using npm package https://www.npmjs.com/package/angular2-uuid implement uuid via
let uuid = uuid.uuid();
how can ensure/convert uuid 64 bit hex string?
Comments
Post a Comment