diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-15 16:53:05 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2021-01-15 16:53:05 +0000 |
| commit | c46624087bd7b9afe890cd14747df208c882c3fb (patch) | |
| tree | f38b826344ef644d3e09bce8c275c168e48fd0d6 | |
| parent | Bump version (diff) | |
| download | SyncRNG-c46624087bd7b9afe890cd14747df208c882c3fb.tar.gz SyncRNG-c46624087bd7b9afe890cd14747df208c882c3fb.zip | |
SyncRNG Release 1.3.2
Minor changes to python packaging and
continuous integration.
| -rw-r--r-- | CHANGELOG.md | 3 | ||||
| -rw-r--r-- | python/README.md | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a76db02..d816a9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change log +## Version 1.3.2 + +* [Python] improvements to packaging and continuous integration ## Version 1.3.1 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. |
