79736719

Date: 2025-08-15 18:07:58
Score: 1
Natty:
Report link

You can just use crypto.getRandomValues like so...

crypto.getRandomValues(new BigInt64Array(1))[0] // A random BigInt

If you want to generate multiple random BigInts, you can just increase the array size

And if you want it to be unsigned, use BigUint64Array

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shohjahon Jalilov