IN biohash algorithm, We Use a token to generate m orthonormal pseudo random vectors followed by inner-product operations. What token do we use and how do we generate m*n random matrix?
To answer your last question: You generate mn random numbers and insert them sequentially into the rows and columns of your matrix. You can do it row-wise or column-wise or even snake. It makes no difference.