wohali commented on issue #854: couch_replicator_scheduler_job using random module URL: https://github.com/apache/couchdb/issues/854#issuecomment-333402834 Note that the khash test suite uses this extensively, too: ``` test/gen_term.erl:56: Warning: random:uniform/0: the 'random' module is deprecated; use the 'rand' module instead test/gen_term.erl:65: Warning: random:uniform/1: the 'random' module is deprecated; use the 'rand' module instead test/gen_term.erl:70: Warning: random:uniform/1: the 'random' module is deprecated; use the 'rand' module instead test/gen_term.erl:78: Warning: random:uniform/1: the 'random' module is deprecated; use the 'rand' module instead test/gen_term.erl:83: Warning: random:uniform/1: the 'random' module is deprecated; use the 'rand' module instead test/gen_term.erl:84: Warning: random:uniform/1: the 'random' module is deprecated; use the 'rand' module instead test/gen_term.erl:88: Warning: random:uniform/1: the 'random' module is deprecated; use the 'rand' module instead test/gen_term.erl:89: Warning: random:uniform/1: the 'random' module is deprecated; use the 'rand' module instead test/gen_term.erl:102: Warning: random:uniform/1: the 'random' module is deprecated; use the 'rand' module instead test/gen_term.erl:110: Warning: random:uniform/1: the 'random' module is deprecated; use the 'rand' module instead Compiled test/gen_term.erl test/khash_test.erl:3: Warning: export_all flag enabled - all functions will be exported test/khash_test.erl:86: Warning: erlang:now/0: Deprecated BIF. See the "Time and Time Correction in Erlang" chapter of the ERTS User's Guide for more information. test/khash_test.erl:86: Warning: random:seed/1: the 'random' module is deprecated; use the 'rand' module instead test/khash_test.erl:370: Warning: random:uniform/0: the 'random' module is deprecated; use the 'rand' module instead test/khash_test.erl:382: Warning: random:uniform/1: the 'random' module is deprecated; use the 'rand' module instead ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
