Datang Creare Variabili Casuali di C

#include <time.h>
#include <stdlib.h>

srand(time(NULL));
int r = rand();
Lively Lyrebird