diff options
author | stakanviski <[email protected]> | 2022-02-10 16:50:01 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:01 +0300 |
commit | 95ab23a39b5482a434361566cabdd5b0a433cb43 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/random | |
parent | da8356a5535e6177965cba3bbae73c5fb28f6ccc (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/random')
-rw-r--r-- | util/random/random.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/random/random.cpp b/util/random/random.cpp index 3af891aab7f..71f93238568 100644 --- a/util/random/random.cpp +++ b/util/random/random.cpp @@ -49,7 +49,7 @@ namespace { template <class T> static inline TRndGen<T>* GetRndGen() { - return FastTlsSingletonWithPriority<TRndGen<T>, 2>(); + return FastTlsSingletonWithPriority<TRndGen<T>, 2>(); } template <unsigned N> |