Sobeston / zig.guide

Repo for https://zig.guide content. Get up to speed with Zig quickly.
https://zig.guide
MIT License
689 stars 177 forks source link

Fix typo in the Random Numbers section #141

Closed stevegury closed 2 years ago

stevegury commented 2 years ago

This diff fixes a tiny typo in the "Random Numbers" section. The sentence "Here we create a new prng using a 64 bit random seed. a, b, c, and are given random values via this prng." is missing the name of the d variable after the "and".