Back to Sparse Matrices
sprandn
Random sparse matrix with standard normal values.
Syntax
sprandn(m: Int64, n: Int64, d: Float64) → r
Backends
TypeScriptnumwa
Description
Random sparse matrix with standard normal values.
Returns
Examples
Try It
>> sprandn(10, 10, 0.3)