Here, we create a new prng using a 64-bit random seed. a, b, c, and d are given
random values via this prng. The expressions giving c and d values are
equivalent. DefaultPrng is Xoroshiro128; there are other prngs available in
std.rand.
Cryptographically secure random is also available.