diff --git a/random.c b/random.c
index 9beb7720cc626bd51bd63c113d089daeb4bd0a31..1a75fbf8f1c3ad9743a0e703577163bc18f98d2c 100644
--- a/random.c
+++ b/random.c
@@ -211,6 +211,7 @@ void seedrandom() {
 	process_file(&hs, "/proc/net/tcp", 0, 0);
 	/* Also includes interface lo */
 	process_file(&hs, "/proc/net/rt_cache", 0, 0);
+	process_file(&hs, "/proc/vmstat", 0, 0);
 #endif
 
 	pid = getpid();