summaryrefslogtreecommitdiff
path: root/src/couch/src/couch_debug.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/couch/src/couch_debug.erl')
-rw-r--r--src/couch/src/couch_debug.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/couch/src/couch_debug.erl b/src/couch/src/couch_debug.erl
index 858a4fb10..96c7a505f 100644
--- a/src/couch/src/couch_debug.erl
+++ b/src/couch/src/couch_debug.erl
@@ -508,7 +508,7 @@ random_processes(Acc, Depth) ->
end.
oneof(Options) ->
- lists:nth(random:uniform(length(Options)), Options).
+ lists:nth(couch_rand:uniform(length(Options)), Options).
tree() ->