1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

Use srandomdev()

This commit is contained in:
Andrey A. Chernov 1997-09-24 05:14:27 +00:00
parent 5842a4acb8
commit a1b8b58180
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29770

View File

@ -87,7 +87,7 @@ main(argc, argv)
exit(1);
}
srandom(time((time_t *)NULL));
srandomdev();
instructions();
init();