diff options
author | mskorokhod <[email protected]> | 2022-02-10 16:52:10 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:52:10 +0300 |
commit | e7adae184c30da49fd2aeb27144845235abc52d0 (patch) | |
tree | 4e31af8ff4120cd962911401060abca919843fd6 /util/random/random.h | |
parent | 4fba99cfbef3a7ab3e33b32101302b45b0a0c862 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/random/random.h')
-rw-r--r-- | util/random/random.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/util/random/random.h b/util/random/random.h index 16b52d39955..abdd190d68a 100644 --- a/util/random/random.h +++ b/util/random/random.h @@ -23,8 +23,8 @@ T RandomNumber(T max); * Re-initialize random state - useful after forking in multi-process programs. */ void ResetRandomState(); - -/* - * Set random SEED - */ -void SetRandomSeed(int seed); + +/* + * Set random SEED + */ +void SetRandomSeed(int seed); |