diff options
author | massaraksh <[email protected]> | 2022-02-10 16:47:49 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:49 +0300 |
commit | 684ac31120ef65e34ba32b0324c42a4f921a14c4 (patch) | |
tree | 6093a65dfcdb2257725cd02840f65f5346f822f8 /contrib/libs/libxml/rand.cpp | |
parent | 26922fe743f17dd1c12d5a4610a165bb8d11e3ef (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/libxml/rand.cpp')
-rw-r--r-- | contrib/libs/libxml/rand.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/contrib/libs/libxml/rand.cpp b/contrib/libs/libxml/rand.cpp index 459a806e8ec..69541b6c3f0 100644 --- a/contrib/libs/libxml/rand.cpp +++ b/contrib/libs/libxml/rand.cpp @@ -1,10 +1,10 @@ -#include "rand.h" - -#include <cstdlib> -#include <util/random/random.h> -#include <util/system/types.h> - -int utilRandom() { - return (int)RandomNumber((ui32)RAND_MAX); -} - +#include "rand.h" + +#include <cstdlib> +#include <util/random/random.h> +#include <util/system/types.h> + +int utilRandom() { + return (int)RandomNumber((ui32)RAND_MAX); +} + |