[bug #63215] --shuffle=random doesn't properly initialize config.seed

2022-10-18 Thread Paul D. Smith
Update of bug #63215 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #63215] --shuffle=random doesn't properly initialize config.seed

2022-10-18 Thread Paul D. Smith
Follow-up Comment #3, bug #63215 (project make): I've already incorporated it, with some slight differences. Thanks! ___ Reply to this item at: ___

[bug #63215] --shuffle=random doesn't properly initialize config.seed

2022-10-16 Thread James Hilliard
Follow-up Comment #2, bug #63215 (project make): [comment #1 comment #1:] > Using 0 here still gives a random shuffle because 0 means "generate a new random number". However you're right that this is not correct because it doesn't allow us to recreate the random value. > > Thanks for the note!

[bug #63215] --shuffle=random doesn't properly initialize config.seed

2022-10-15 Thread Paul D. Smith
Follow-up Comment #1, bug #63215 (project make): Using 0 here still gives a random shuffle because 0 means "generate a new random number". However you're right that this is not correct because it doesn't allow us to recreate the random value. Thanks for the note!

[bug #63215] --shuffle=random doesn't properly initialize config.seed

2022-10-14 Thread James Hilliard
URL: Summary: --shuffle=random doesn't properly initialize config.seed Project: make Submitter: jameshilliard Submitted: Fri 14 Oct 2022 10:50:44 PM UTC Severity: 3 - Normal