mirror of
https://github.com/boostorg/core.git
synced 2025-07-29 12:27:42 +02:00
Update bit_floor_test
This commit is contained in:
@ -38,7 +38,7 @@ int main()
|
||||
|
||||
boost::detail::splitmix64 rng;
|
||||
|
||||
for( int i = 0; i < 1/*000*/; ++i )
|
||||
for( int i = 0; i < 1000; ++i )
|
||||
{
|
||||
boost::uint64_t x = rng();
|
||||
|
||||
|
Reference in New Issue
Block a user