Hacker News new | ask | show | jobs
by DannyB2 3289 days ago
I just checked it using

https://www.ssllabs.com

And it gets a grade of A.

So that is definitely the password I'm going to use from now on!

Oh, and here's a useful function:

/* Returns a random integer that was determined by a fair roll of a dice. */

function randomInt() { return 4; }

2 comments

That's way more efficient than a Mersenne Twister, and just as random!
XKCD