You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2021/05/24 19:24:41 UTC

[GitHub] [couchdb-hyper] nickva commented on a change in pull request #6: Change random to rand

nickva commented on a change in pull request #6:
URL: https://github.com/apache/couchdb-hyper/pull/6#discussion_r638219069



##########
File path: src/hyper.erl
##########
@@ -330,7 +330,7 @@ perf_report() ->
 
     R = [begin
              io:format("."),
-             random:seed(1, 2, 3),
+             rand:seed(1, 2, 3),

Review comment:
       `rand:seed/3` is undefined
   
   20> rand:seed(1,2,3).
   ** exception error: undefined function rand:seed/3
   
   




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org