Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix setting random seed to current time (#2651)
Setting the random seed to 0 or lower of a `Random` generator will now set it to the UNIX timestamp of the current time.
- Loading branch information