From c46624087bd7b9afe890cd14747df208c882c3fb Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 15 Jan 2021 16:53:05 +0000 Subject: SyncRNG Release 1.3.2 Minor changes to python packaging and continuous integration. --- python/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python') 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. -- cgit v1.2.3