diff --git a/README.md b/README.md index 0f76be6e..fbcc382b 100644 --- a/README.md +++ b/README.md @@ -141,4 +141,4 @@ For the moment, available `Distribution` are: | random-js @2.1.0 | Mersenne Twister | 168.54 | 2.2x slower | | chance @1.1.10 | — | 193.18 | 2.5x slower | -_The measurments above have been done using default runners provided by GitHub Actions. It's important to note that in the context of pure-rand as in most of the libraries dealing with random, in addition to generate random values based on rock-solid random number generators, we also make sure to generate them out of uniform distributions which is not the case for the native case._ +_The measurements above have been done using default runners provided by GitHub Actions. It's important to note that in the context of pure-rand as in most of the libraries dealing with random, in addition to generate random values based on rock-solid random number generators, we also make sure to generate them out of uniform distributions which is not the case for the native case._