* Fix Athena::utility::fillRandom

This commit is contained in:
2014-06-29 17:26:34 -07:00
parent d113a91822
commit 5a26e21c5b
3 changed files with 3 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ double swapDouble(double val);
bool isSystemBigEndian();
void fillRandom(atUint8 * rndArea, atUint8 count);
void fillRandom(atUint8 * rndArea, atUint64 count);
std::vector<std::string> split(const std::string &s, char delim);
std::string join(const std::vector<std::string>& elems, const std::string& delims);