I think we have all taken good note that TF and gweedo aren't best friends, but this is getting ridiculous IMHO
CoinLenders now hashes passwords with a user unique salt. The entropy for the randomly generated salt is from /dev/urandom, which is good for most cryptographic purposes but still not as good as /dev/random. CL didn't use /dev/random at the start because it is blocking and that's not practical for a site with thousands of users.
Soon, when you sign into CoinLenders your password will be resalted with random bits from /dev/random.