[GitHub] couchdb-khash pull request #7: Replace deprecated random module

2017-10-02 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/couchdb-khash/pull/7


---


[GitHub] couchdb-khash pull request #7: Replace deprecated random module

2017-10-02 Thread nickva
GitHub user nickva opened a pull request:

https://github.com/apache/couchdb-khash/pull/7

Replace deprecated random module

Replaced with crypto:rand_uniform functions.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/apache/couchdb-khash 
replace-deprecated-random-module

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/couchdb-khash/pull/7.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #7


commit c777cee7717f75199b298a6888bbea77a7ea599d
Author: Nick Vatamaniuc 
Date:   2017-10-02T18:51:32Z

Replace deprecated random module

Replaced with crypto:rand_uniform functions.




---