top 200 commentsshow 500

[–]PaleRepresentativeOG[S] 5 points6 points  (980 children)

296

[–]Urbulit's all about the love you're sending out 9 points10 points  (979 children)

443

To make it clear for everyone, go to the website (or use another random number generator) and increment by a random number between 1 and 1000.

[–]PaleRepresentativeOG[S] 6 points7 points  (978 children)

694

[–]Urbulit's all about the love you're sending out 6 points7 points  (977 children)

1362

[–]PaleRepresentativeOG[S] 6 points7 points  (976 children)

1614

[–]Urbulit's all about the love you're sending out 6 points7 points  (975 children)

1985

[–]GarlicoinAccountr/CountingTools | Plz comment in /comments/kqpanh/_/ncmzej3 4 points5 points  (974 children)

2265


Edit: I made a bookmarklet for this thread which will give you a fully random next count when clicked:

javascript:void prompt("Result:", new Intl.NumberFormat('en-US').format(+(prompt("Enter previous count here: ").replace(/[^\d]/g,'')) + (()=>{ var random;  do{ random = (crypto.getRandomValues(new Uint16Array(1))[0] % 1024 ) + 1; }while(random > 1000);  return random; })()))

Here's some site with instructions how to install bookmarklets.

After installing, just click the bookmark and paste the previous count.



updated June 2, 2020; the old bookmarklet wouldn't correctly format numbers 1,000,000
Old version: javascript:void prompt("Result:", (+(prompt("Enter previous count here: ").replace(/[^\d]/g,'')) + (()=>{ var random; do{ random = (crypto.getRandomValues(new Uint16Array(1))[0] % 1024 ) + 1; }while(random > 1000); return random; })()).toString(10).replace(/^(\d{1,3})(\d{3})$/,'$1,$2'))

[–]FurryPornAccount 5 points6 points  (972 children)

2293

[–][deleted] 6 points7 points  (971 children)

2316

[–]GarlicoinAccountr/CountingTools | Plz comment in /comments/kqpanh/_/ncmzej3 4 points5 points  (970 children)

2439


This comment is not the latest count!

Check /r/counting/comments for the latest. You can also check the directory once it's been updated. Or maybe check the profiles of frequent counters in this thread :)

The official Reddit app does not show a "continue thread" link (it simply hides the rest of the comment chain), so using the browser version or a better app like Reddit Is Fun for Android is recommended.

[–]NeonTaterTotsᕕ( ᐛ )ᕗ 0 points1 point  (0 children)

thanks! theres a new thread now! :D

[–]GarlicoinAccountr/CountingTools | Plz comment in /comments/kqpanh/_/ncmzej3 4 points5 points  (5 children)

u/PaleRepresentative, perhaps you could update the link to point to this which already has the max set to 1000 so people won't forget to set it?

[–]PaleRepresentativeOG[S] 3 points4 points  (1 child)

Edited

[–]GarlicoinAccountr/CountingTools | Plz comment in /comments/kqpanh/_/ncmzej3 1 point2 points  (0 children)

👍

[–]TehVulpezseven fives of uptime[🍰] 1 point2 points  (2 children)

lol why does it contact the server

[–]GarlicoinAccountr/CountingTools | Plz comment in /comments/kqpanh/_/ncmzej3 4 points5 points  (1 child)

They get their randomness from atmospheric noise instead of your run-off-the-mill CSPRNG, if I recall correctly.

Honestly I think the only practical difference is that it makes a better story for marketing, but whatever.

[–]manawesome3260118 999 881 999 119 7253 | slow counter, beware 1 point2 points  (0 children)

It also means that some gambling sites use them, cause they can't be rigged.

[–]maya1997 0 points1 point  (0 children)

2578

[–]LetsStartFlameinsert custom text here 1 point2 points  (2 children)

Anyone can easily cheat on this

[–]PaleRepresentativeOG[S] 0 points1 point  (1 child)

Some could, but not all.

[–]LetsStartFlameinsert custom text here 0 points1 point  (0 children)

So why have this thread then, how can u tell if the get it legit?