Calling randomize of config object

In reply to dave_59:

Thanks Dave!

Can I make provisions for both options given below -

  1. Having user create his own config in the test and do set(). In the env I must then have a get() to get the config set from top
  2. If in env get() fails I can do a ::create() to create a config. In this case any set_override() from the top will be effective as well.

I am still not able to understand where the config is randomized. If created in the test, no question of randomizing it again. We can simply do set() and get().
But if no one sets it from test, and it gets created in the env using ::create(), I need to randomize() it. Does this make sense?

thanks
shrawan