HomeClusterLabs Projects

Refactor: cts: Drop Environment._seed_random()
c9923eff7026Unpublished

Unpublished Commit ยท Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.
This commit no longer exists in the repository. It may have been part of a branch which was deleted.This commit has been deleted in the repository: it is no longer reachable from any branch, tag, or ref.

Description

Refactor: cts: Drop Environment._seed_random()

  • self["RandSeed"] isn't used anywhere.
  • From the random.Random.seed() documentation: "None or no argument seeds from current time or from an operating system specific randomness source if available."
  • The specific default seed source is an implementation detail that doesn't really matter.

Signed-off-by: Reid Wahl <nrwahl@protonmail.com>

Details

Provenance
nrwahl2Authored on Fri, Aug 15, 7:45 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.