random-util: fix type of random_u64_range()
authorLennart Poettering <lennart@poettering.net>
Thu, 18 Feb 2021 15:18:51 +0000 (16:18 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 18 Feb 2021 20:19:23 +0000 (21:19 +0100)
commit1a8900e7ed232f1c99cc903032806d8b250f7085
tree48fce1768be92f60cca2af2f4e4f3e87ce1daec4
parente55daa2599d85afe5f0ac6f9ebb7b98aea94fb2f
random-util: fix type of random_u64_range()

As the name of the function suggests this is supposed to return
uint64_t, of course. Fix it. Not sure how this mistake happened in the
first place...
src/basic/random-util.c
src/basic/random-util.h