We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bba433 commit 1e7c20bCopy full SHA for 1e7c20b
src/test/util/random.h
@@ -14,9 +14,8 @@
14
/**
15
* This global and the helpers that use it are not thread-safe.
16
*
17
- * If thread-safety is needed, the global could be made thread_local (given
18
- * that thread_local is supported on all architectures we support) or a
19
- * per-thread instance could be used in the multi-threaded test.
+ * If thread-safety is needed, a per-thread instance could be
+ * used in the multi-threaded test.
20
*/
21
extern FastRandomContext g_insecure_rand_ctx;
22
0 commit comments