this post was submitted on 20 Nov 2025
472 points (98.8% liked)

RPGMemes

14331 readers
831 users here now

Humor, jokes, memes about TTRPGs

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] msage@programming.dev 2 points 1 week ago (1 children)

I'm sorry, what is hash table in this context?

[–] Khanzarate@lemmy.world 5 points 1 week ago (2 children)

I'm reasonably sure it'd be a list of numbers that just translate.actual die rolls to a new set.

123456 416352

Roll a natural 6 on a d6, look at that simple table, you got a 2. Roll a natural 3, get a 6.

Ratcheting the table would be moving a row, so ratcheting this table by 1 would make it

123456 163524

So now you have a new arrangement.

[–] alzymologist@sopuli.xyz 1 points 5 days ago

Yeah, except my players were usually quite badass math people, so I get to use reasonably strong crypto (well, not proper crypto, but strong enough against manual attack) stuff for ratcheting. Often it was just OTP (when I'm being lazy). Then everyone just got annoyed with math arms race and we stopped using dice almost entirely.

[–] msage@programming.dev 2 points 1 week ago

Thank you so much!