Prefix all getters with "get"
This commit is contained in:
@@ -57,5 +57,5 @@ std::uint64_t fingerprintRng(const std::mt19937& rng)
|
||||
stream << rng; // full internal state as space-separated integers
|
||||
Hasher hasher;
|
||||
hasher.append(stream.str());
|
||||
return hasher.value();
|
||||
return hasher.getValue();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user