[Commits] [wesnoth/wesnoth] 392e97: Use std::mt19937 instead of boost::mt19937

GitHub noreply at github.com
Wed Apr 19 20:38:56 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/wesnoth/wesnoth
  Commit: 392e97a4ec6ec8cefe853bc47a527779236e3e4b
      https://github.com/wesnoth/wesnoth/commit/392e97a4ec6ec8cefe853bc47a527779236e3e4b
  Author: Charles Dang <exodia339 at gmail.com>
  Date:   2017-04-20 (Thu, 20 Apr 2017)

  Changed paths:
    M src/generators/cave_map_generator.cpp
    M src/generators/cave_map_generator.hpp
    M src/generators/default_map_generator_job.hpp
    M src/random_new.cpp
    M src/scripting/mapgen_lua_kernel.cpp
    M src/scripting/mapgen_lua_kernel.hpp
    M src/tests/test_rng.cpp

  Log Message:
  -----------
  Use std::mt19937 instead of boost::mt19937

I left the implementation of mt_rng and generate_salt in the campaign_server alone since in the former case,
we might just remove the class, and in the latter I don't build it.





More information about the Commits mailing list