Introducing Radical.sh

Forget Code launches a powerful code generator for building API's

Random number generation in C

 int i;
  for (i=0; i<5; i++)
  {
    printf ("rand[%d]= %u\n", i, rand ());
  }