Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added srand() after each fork to re-seed the random numbers.
Example: 10.times { say ({rand(20)}.fork.get); # prints random number say rand(20); # print a different random number }
- Loading branch information