Tutorial for random number generation. More...
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <unistd.h>
#include <string.h>
#include "mphell/mphell.h"
#include "mphell/mphell-util.h"
Go to the source code of this file.
Functions | |
int | main () |
Tutorial for random number generation.
Definition in file mphell_tuto_random.c.