create Variist Random
Creates a Random based on the VariistConfig behind ordered.
Note, in case you define your own ordered with an own VariistConfig where you override/redefine VariistConfig.seed then your seed will not be taken into account. Please open a feature request in such a case explaining your use case, thanks.
Since the resulting Random is based on a static seed, the resulting number sequence will always be the same, making it possible to re-test the same setup on failure. However, you should also be aware of that using createVariistRandom.next... in a loop will produce always the same number. You should assign it to e.g. a variable named variistRandom outside the loop.
Since
2.0.0