candle.helper_utils.set_seed

Contents

candle.helper_utils.set_seed#

candle.helper_utils.set_seed(seed)#

Set the seed of the pseudo-random generator to the specified value.

Parameters:

seed (int) – Value to intialize or re-seed the generator.