"Juan Lang" juan.lang@gmail.com writes:
- // Initializing random number generator:
In the first place, such a comment is unnecessary, is it's quite clear what the following line does. In the second place, C++-style comments are not allowed in Wine source.
More importantly, a test should not be using random data. We have already enough trouble with sporadic test failures, we don't want to add deliberate randomness.