summaryrefslogtreecommitdiffstats
path: root/src/libutil/util.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-10-31 09:25:09 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-10-31 09:25:09 +0000
commit62fb0aeba5648ab32d4669ed9b9960f3304b6656 (patch)
tree996572cc1a1ab1a97ee9c25798adf8c4c0a05716 /src/libutil/util.h
parent120d445b92033253b8466e8a52c45f6f2dfcf24c (diff)
downloadrspamd-62fb0aeba5648ab32d4669ed9b9960f3304b6656.tar.gz
rspamd-62fb0aeba5648ab32d4669ed9b9960f3304b6656.zip
[Minor] Use slightly better fast PRNGs
Diffstat (limited to 'src/libutil/util.h')
-rw-r--r--src/libutil/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/util.h b/src/libutil/util.h
index c482a2d9f..d6f023205 100644
--- a/src/libutil/util.h
+++ b/src/libutil/util.h
@@ -424,7 +424,7 @@ gdouble rspamd_random_double (void);
* @return
*/
gdouble rspamd_random_double_fast (void);
-gdouble rspamd_random_double_fast_seed (guint64 seed[2]);
+gdouble rspamd_random_double_fast_seed (guint64 seed[4]);
guint64 rspamd_random_uint64_fast (void);
/**