@vingarzan commented on this pull request.
@@ -236,7 +236,7 @@ int diameter_peer_start(int blocking)
int seed; peer *p;
- seed = random(); + seed = kam_rand();
Seems like that function is already called, so I can probably just remove the seeding from here, since it was already seeded (by calling `fork_process()`).