From 0f06351cb0085c79b617a4acc0bd6749b53c638e Mon Sep 17 00:00:00 2001 From: Thomas Gschwantner Date: Tue, 23 Apr 2019 22:06:22 +0200 Subject: Implement basic lease management --- random.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 random.h (limited to 'random.h') diff --git a/random.h b/random.h new file mode 100644 index 0000000..04271a4 --- /dev/null +++ b/random.h @@ -0,0 +1,13 @@ +/* SPDX-License-Identifier: MIT + * + * Copyright (C) 2019 WireGuard LLC. All Rights Reserved. + */ + +#ifndef __RANDOM_H__ +#define __RANDOM_H__ + +#include + +uint64_t random_bounded(uint64_t bound); + +#endif -- cgit v1.2.3-59-g8ed1b