mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 00:24:19 +01:00
common/random_select: central place for reservoir sampling.
Turns out we can make quite a simple API out of it. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -16,6 +16,7 @@ LIGHTNINGD_TEST_COMMON_OBJS := \
|
||||
common/json.o \
|
||||
common/key_derive.o \
|
||||
common/pseudorand.o \
|
||||
common/random_select.o \
|
||||
common/memleak.o \
|
||||
common/msg_queue.o \
|
||||
common/utils.o \
|
||||
|
||||
Reference in New Issue
Block a user