scipy.linalg.interpolative.
seed#
- scipy.linalg.interpolative.seed(seed=None)[source]#
此函數在歷史上曾用於設定 Fortran77 中編寫的
scipy.linalg.interpolative
函數中使用的隨機演算法的種子。該函式庫已移植到 Python,現在這些函數使用原生的 NumPy 生成器,而此函數沒有任何內容並返回 None。因此,不應使用此函數,並將在 SciPy 1.17.0 版本中移除。