#include <stdio.h> #include <stdlib.h> int main () { unsigned char a; a=250; //srand(1); for(a=0;a<15;a++) printf("%d\n",rand()%10); return 0; }