mirror of
https://github.com/anope/anope.git
synced 2026-06-28 05:16:37 +02:00
Use the C++11 random number generator instead of rand().
This is safer, faster, and doesn't require seeding.
This commit is contained in:
@@ -557,10 +557,6 @@ Conf::Conf() : Block("")
|
||||
}
|
||||
}
|
||||
Anope::CaseMapRebuild();
|
||||
|
||||
/* Check the user keys */
|
||||
if (!options->Get<unsigned>("seed"))
|
||||
Log() << "Configuration option options:seed should be set. It's for YOUR safety! Remember that!";
|
||||
}
|
||||
|
||||
Conf::~Conf()
|
||||
|
||||
Reference in New Issue
Block a user