Hello,
I am using the method dgl.sampling.node2vec_random_walk() and I wonder if it is possible to set a random state in order to be able to reproduce the output of the method. The method uses the C++ method _CAPI_DGLSamplingNode2vec(). Since I am not familiar with C++ I am not sure if there exists a functionality to set a random state.
Thank you