K 10 svn:author V 7 rodrigo K 8 svn:date V 27 2019-08-18T10:34:06.952909Z K 7 svn:log V 390 Add new port sysutils/frand frand is a command line tool who returns a random file from a given directory using the reservoir sampling algorithm. With reservoir sampling algorithm, directory contents doesn't need to be read in memory then sorted and so will perform much better than find+sort for directories with a large amount of files. PR: 239467 Submitted by: serpent7776@gmail.com END