]> git.llucax.com Git - z.facultad/75.40/1er-cuat/orden.git/blob - test/testrnd.cpp
Se expanden keywords del svn.
[z.facultad/75.40/1er-cuat/orden.git] / test / testrnd.cpp
1 #include <iostream.h>\r
2 #include <stdlib.h>\r
3 #include <time.h>\r
4 \r
5 int main( void )\r
6 {\r
7    srandom( time(0) );\r
8 \r
9    cout << random() << "\t" << time(0) << endl;\r
10 }\r