Math C

#include 
#include "stdlib.h"
int main(void)
{
  printf("This is a random number: %d", rand());
  return 0;
}