SciPy

This is documentation for an old release of SciPy (version 1.3.1). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.linalg.interpolative.rand

scipy.linalg.interpolative.rand(*shape)[source]

Generate standard uniform pseudorandom numbers via a very efficient lagged Fibonacci method.

This routine is used for all random number generation in this package and can affect ID and SVD results.

Parameters
shape

Shape of output array

Previous topic

scipy.linalg.interpolative.seed

Next topic

Miscellaneous routines (scipy.misc)