reset_random_seed# cuquantum.bindings.cudensitymat.reset_random_seed(intptr_t handle, int32_t random_seed)[source]# Resets the context-level random seed used by the random number generator inside the library context. Parameters: handle (intptr_t) – Library handle. random_seed (int32_t) – Random seed value. See also cudensitymatResetRandomSeed()