basis_random(n, d = 2)
basis_nearby(current, alpha = ALPHA, method = METHOD)linear or geodesic.basis_random returns a new orthonormal matrix of specified dimensions.basis_nearby generates a new orthonormal matrix, hybridizes it with the current matrix and returns it.
ALPHA, METHOD