This function is passed a list of MVL vectors which are interpreted in data.frame fashion. For each row, i.e. set of vector values with the same index
we compute a hash value. Identical rows produce identical hash values. The hash values have good entropy and can be used to map row values into random numbers.
Usage
mvl_hash_vectors(L, indices = NULL)
Value
hash values in numeric format, with 52 valid bits. Each value is uniform between 1 and 2.
Arguments
L
list of vector like MVL_OBJECTs
indices
list of indices into objects to sort. If absent or NULL it is assumed to be from 1 to the length of the object.