function genSid()

in TLSFingerprint/src/TLSFingerprint.js [7:9]


function genSid() {
  return Math.floor(Math.random() * 1000000000);
}