mirror of
https://github.com/boostorg/random.git
synced 2026-01-19 04:22:17 +00:00
Update random_speed.cpp
This commit is contained in:
@@ -397,5 +397,7 @@ int main(int argc, char*argv[])
|
||||
|
||||
distrib(iter, "mt19937", boost::mt19937());
|
||||
|
||||
distrib(iter, "mixmax", boost::random::mixmax());
|
||||
|
||||
distrib(iter, "lagged_fibonacci607", boost::lagged_fibonacci607());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user