As title. The issue comes from https://github.com/rusty1s/pytorch_cluster/blob/29cd22bf1a5b82fc06b108d6573f81302c5d6b12/csrc/cuda/rw_cuda.cu#L146, where the seed is controlled by `time(NULL)` in `rejection_sampling_kernel` function. Please fix~
As title. The issue comes from
pytorch_cluster/csrc/cuda/rw_cuda.cu
Line 146 in 29cd22b
where the seed is controlled by
time(NULL)inrejection_sampling_kernelfunction. Please fix~