Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: randomize temp output directory (#3341)
In this PR: - Use `$RANDOM` (a shell variable that generates a random integer between 0 and 32767) to randomize temp output directory to support parallel generation.
- Loading branch information