Bonjour,
Je ne trouve pas pourquoi en compilant ce programme


#include <stdio.h>
#include <stdlib.h>
main(){
int x;
x=arc4random();
printf("%i\n", x);