Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 185
    • Merge requests 185
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !49714

Merged
Created Jan 17, 2022 by Michael Duehrssen-Debling@mduehrssDeveloper

Update RNG seeding to use stronger seeds

  • Overview 37
  • Commits 5
  • Pipelines 2
  • Changes 13

Update of the RNG seeding in master together with a test that calcualtes how often seeds are re-used. The current standard seeding leads to the same seed being used by the random number generator in up to 0.3% of cases, see ATLASSIM-5338. The new seeding method leads to a substantilly reduced rate of producing the same seeds. This MR is a copy of !46194 (merged) and needs to be merged as the only MR for a specific nightly. See the discussion in !46194 (merged) for the past review

Edited Jan 19, 2022 by Michael Duehrssen-Debling
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: UpdateRNGseeding