Creates a tensor with entries drawn independently from the uniform
distribution on [0, 1], mirroring the MATLAB Tensor Toolbox tenrand.
Examples
X <- tenrand(c(2, 3, 4))
Creates a tensor with entries drawn independently from the uniform
distribution on [0, 1], mirroring the MATLAB Tensor Toolbox tenrand.
X <- tenrand(c(2, 3, 4))