Don't use pseudo-random functions for getting phrases
Created by: joshumax
This can lead to favoring some phrases more than others. We need to switch to os.urandom() instead..
Created by: joshumax
This can lead to favoring some phrases more than others. We need to switch to os.urandom() instead..