#ifndef ALEA_H
#define ALEA_H

#include "tableau.h"

int alea(int m);

#endif