in reply to Re: Truly randomized keys() in perl 5.17 - a challenge for testing?
in thread Truly randomized keys() in perl 5.17 - a challenge for testing?

Unless keys() can be switched to a test mode to produce predictable results (doesn't need to be sorted, just give me something predictable, like before perl 5.17), what are the options?

It hasn't been predictable since 5.8.1. It just happened to be the same most of the time.

  • Comment on Re^2: Truly randomized keys() in perl 5.17 - a challenge for testing?

Replies are listed 'Best First'.
Re^3: Truly randomized keys() in perl 5.17 - a challenge for testing?
by saintmike (Vicar) on Oct 02, 2013 at 14:45 UTC
    I meant "reproduceable", not "predictable" here.
      Same thing. It hasn't been reproduceable since 5.8.1. It just happened to be the same most of the time.