aboutsummaryrefslogtreecommitdiffstats
path: root/src/librandom/goodrandom_finish.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/librandom/goodrandom_finish.c')
-rw-r--r--src/librandom/goodrandom_finish.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/librandom/goodrandom_finish.c b/src/librandom/goodrandom_finish.c
new file mode 100644
index 0000000..a764030
--- /dev/null
+++ b/src/librandom/goodrandom_finish.c
@@ -0,0 +1,12 @@
+/* ISC license. */
+
+/* MT-unsafe */
+
+#include "random-internal.h"
+#include <skalibs/rrandom.h>
+#include <skalibs/random.h>
+
+void goodrandom_finish (void)
+{
+ rrandom_finish(&goodrandom_here) ;
+}