Module zenu_matrix::constructor::rand
source · Expand description
Constructors for creating random matrices.
This module provides functions and builders for creating matrices filled with random values from various distributions such as normal distribution and uniform distribution.
Structs§
- A builder for creating matrices filled with random values from a normal distribution.
- A builder for creating matrices filled with random values from a uniform distribution.
Functions§
- Creates a matrix filled with random values from a normal distribution.
- Creates a matrix filled with random values from a normal distribution with the same shape as another matrix.
- Creates a matrix filled with random values from a uniform distribution.
- Creates a matrix filled with random values from a uniform distribution with the same shape as another matrix.