diff options
author | ilezhankin <ilezhankin@yandex-team.ru> | 2022-02-10 16:45:55 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:55 +0300 |
commit | 1d125034f06575234f83f24f08677955133f140e (patch) | |
tree | ec05fbbd61dc118d5de37f206ab978cff58774bd /util/random/random.h | |
parent | 3a7a498715ef1b66f5054455421b845e45e3a653 (diff) | |
download | ydb-1d125034f06575234f83f24f08677955133f140e.tar.gz |
Restoring authorship annotation for <ilezhankin@yandex-team.ru>. 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 16b52d3995..623639d92c 100644 --- a/util/random/random.h +++ b/util/random/random.h @@ -18,11 +18,11 @@ T RandomNumber(); */ template <class T> T RandomNumber(T max); - -/* - * Re-initialize random state - useful after forking in multi-process programs. - */ -void ResetRandomState(); + +/* + * Re-initialize random state - useful after forking in multi-process programs. + */ +void ResetRandomState(); /* * Set random SEED |