Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
/prog/ challenge #4
1
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;})
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List