#ifndef _random_h
#define _random_h

const int random(const int lowest_number, const int highest_number);

#endif

