#include "config.h"
#include <sys/types.h>
#include <err.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "dnet.h"
#include "mod.h"
Go to the source code of this file.
Functions | |
void | rand_usage (void) |
int | rand_main (int argc, char *argv[]) |
Variables | |
mod | mod_rand |
|
Definition at line 29 of file rand.c. References err(), NULL, rand_get(), rand_open(), and rand_usage(). |
|
Definition at line 22 of file rand.c. Referenced by rand_main(). |
|
Initial value: { "rand", MOD_TYPE_DATA, rand_main } |