Initialize and print 128-bit integers in C

John
If you look very closely at my previous post, you’ll notice that I initialize a 128-bit integer with a 64-bit value. The 128-bit unsigned integer represents the internal state of a random number generator. Why not initialize it to a 128-bit value? I was trying to keep the code simple. A surprising feature of C […] The post Initialize and print 128-bit integers in C first appeared on John D. Cook .