aboutsummaryrefslogtreecommitdiff
path: root/python/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'python/README.md')
-rw-r--r--python/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/README.md b/python/README.md
index 181f72c..7995026 100644
--- a/python/README.md
+++ b/python/README.md
@@ -10,8 +10,8 @@ Generate the same random numbers in R and Python.
## Why?
-This program was created because it was desired to have the same random
-numbers in both R and Python programs. Although both languages implement a
+This program was created because I wanted to have the same random numbers in
+both R and Python programs. Although both languages implement a
Mersenne-Twister random number generator (RNG), the implementations are so
different that it is not possible to get the same random numbers, even with
the same seed.