aboutsummaryrefslogtreecommitdiff
path: root/src/km-rand-path.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/km-rand-path.c')
-rw-r--r--src/km-rand-path.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/km-rand-path.c b/src/km-rand-path.c
index 6597038..c1d011d 100644
--- a/src/km-rand-path.c
+++ b/src/km-rand-path.c
@@ -114,7 +114,8 @@ PATH_RAND_CBS = {
.fini = on_fini,
};
-// init system random source (uses system rand())
+// init random source from a file (e.g. "/dev/urandom")
+// (NOTE: this method is horribly slow, don't use it)
bool
km_rand_init_path(
km_rand_t * const rs,