Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

/prog/ challenge #4

Name: Anonymous 2021-03-24 5:09

Prove the following PRNG is cryptographically insecure:
#define randomize(y) ({uint64_t x=(uint64_t)y;\
x+=~x>>11;x-=~x<<9;x+=~x<<7;\
x+=~x>>10;x-=~x<<8;x+=~x<<6;y=(typeof (y))x;})

Name: Anonymous 2021-03-24 6:34

>>1
Kys

Name: Anonymous 2021-03-24 8:27

>>1
Why are you quoting yet unwritten posts?

Name: Anonymous 2021-03-24 11:30

All PRNGs are cryptographically unsecure.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List