K 10 svn:author V 3 pfg K 8 svn:date V 27 2016-05-17T18:20:33.788676Z K 7 svn:log V 403 makefs(1): use all the random(3) range. The generation number is uint32_t so we can fit the complete range of random(3). We could have used arc4random() but the result would be unpredictable and it would prohibit reproducible builds. While here add a comment where seeding is done: this affects reproducible builds and might have to be re-visited to use a release dependent value. MFC after: 2 weeks END