Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RandomNumberGenerator::result_type
should be unsigned (#1050)
`result_type` must be unsigned: http://en.cppreference.com/w/cpp/concept/UniformRandomBitGenerator Using a signed type causes an infinite loop working with MS Visual Studio 2017, targetting: v140, WindowsTargetPlatformVersion 10.0.15063.0, Debug, x64
- Loading branch information