Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[C] Fix aeron_randomised_int32 on Windows (#854)
- rand() was not seeded and always produced the same sequence - rand() * INT_MAX would always cause an overflow - Use rand_s instead of rand for better randomness and to avoid the dependency on a seed
- Loading branch information