DistributedFlux.orthogonal_matrixMethod
orthogonal_matrix(nrow, ncol)

If the shape of the matrix to initialize is two-dimensional, it is initialized with an orthogonal matrix obtained from the QR decomposition of a matrix of random numbers drawn from a normal distribution. If the matrix has fewer rows than columns then the output will have orthogonal rows. Otherwise, the output will have orthogonal columns.