The randomness in the path element is required to allow a single fuzz test to run in parallel. Previous releases used a uint256 random value, but 10 random bytes should be sufficient as well, while avoiding a MAX_PATH
violation on Windows.
The issue was introduced by myself, by suggesting to use the current time in #31000 (review).