From d67eff2ff3071c28778cf5d63eaabfb6c1fbedbf Mon Sep 17 00:00:00 2001 From: Melissa O'Neill Date: Fri, 24 May 2019 18:26:38 -0700 Subject: [PATCH] Fix typos in README (as suggested by blep) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f723a16..e6f3f91 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ self explanatory. The code is written in C99-style C with no significant platform dependencies. On a Unix-style system (e.g., Linux, Mac OS X) you should be able to just -type type +type make @@ -63,7 +63,7 @@ The directories are arranged as follows: ## 128-bit Math On systems that support it (64-bit systems using GCC or Clang), the library -provides RNGs that use 128-bit intger math. These generators produce 64-bit +provides RNGs that use 128-bit integer math. These generators produce 64-bit output (or more) and have a period of 2^128. If you don't have 128-bit support on your system, you aren't losing that much.