From 7907db7627aafa35a45f7246e79f5369b6714828 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Tue, 5 Feb 2019 03:51:13 -0500 Subject: populate README, clean up comments, remove unused includes --- src/km-rand-path.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/km-rand-path.c') 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, -- cgit v1.2.3