コード例 #1
0
ファイル: service411.py プロジェクト: jeramirez/base
    def fillPool(self):
        """Starts the random pool. Dont do in constructor since this
		is computationally intensive."""

        # A cryptographically safe source of random data.
        self.pool = RandomPool(384)