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