summaryrefslogtreecommitdiff
path: root/random/random-glib.h
blob: 22e53ed5b2e2aa468d40a1debd265ca89d9992a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

#ifndef _RANDOM_GLIB_H
#define _RANDOM_GLIB_H

#include <glib.h>

#include "random.h"

G_BEGIN_DECLS

NiceRNG *
nice_glib_rng_new (void);

G_END_DECLS

#endif /* _RANDOM_GLIB_H */