"time" B "github.com/sagernet/sing/common/buf" "github.com/sagernet/sing/common/random" ) func init() { rand.Seed(time.Now().Unix()) random.InitializeSeed() } const ( 0 comments on commit 1e51051 Please sign in to comment. Footer...
tf.set_random_seed(0) caused mostly deterministic behavior except for random ops with op._id == 0, which were nondeterministic. This has been fixed so that the only nondeterministic case is tf.set_random_seed(None). The random bits for tf.set_random_seed(0) change as a result. The ...