random function problem
This is a discussion on random function problem within the C Programming forums, part of the General Programming Boards category; PHP Code:
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <time.h>
int random ( int num );
main ()
{
while( 1 )
{
int timer ...