The hnswlib includes a `random_seed` parameter, which is missing in the `RcppHNSW`. ``` init_index(max_elements, M = 16, ef_construction = 200, random_seed = 100, allow_replace_deleted = False) ``` Is it possible to add the parameter to the `hnsw_build` (and `hnsw_knn`) function to have full control over how the index is built?