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:
[email protected]


Reply via email to