blob: e0791eeabfea52d843f82146f2e2e74dd1114e2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* ISC license. */
/* MT-unsafe */
#include <skalibs/rrandom.h>
#include "random-internal.h"
#include <skalibs/random.h>
void badrandom_finish (void)
{
rrandom_finish(&badrandom_here) ;
}
|