random_antisymmetric_matrix#
- random_antisymmetric_matrix(dim, seed=None)[source]#
Return a random antisymmetric matrix.
- প্যারামিটার:
dim (int) -- The width and height of the matrix.
seed (Any) -- The pseudorandom number generator or seed. Should be a valid input to
numpy.random.default_rng()
.
- রিটার্নস:
The sampled antisymmetric matrix.
- রিটার্ন টাইপ: