int qrand ()
qsrand ( 10 ); //инициализируем //....for(int i = 0 ; i<10; ++i) std::cout<<qrand()<<std::endl;