deepmd.dpmodel.utils.seed#Functions#child_seed(…)Generate a child seed from a parent seed.Module Contents#deepmd.dpmodel.utils.seed.child_seed(seed: None, idx: int) → None[source]#deepmd.dpmodel.utils.seed.child_seed(seed: int | list[int], idx: int) → list[int]Generate a child seed from a parent seed. Parameters:seedThe parent seed.idxThe index of the child seed.Returns:Optional[list[int]]The child seed.