diff options
Diffstat (limited to 'doc/functions/gnutls_rnd_refresh')
-rw-r--r-- | doc/functions/gnutls_rnd_refresh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/functions/gnutls_rnd_refresh b/doc/functions/gnutls_rnd_refresh new file mode 100644 index 0000000..7cf29c2 --- /dev/null +++ b/doc/functions/gnutls_rnd_refresh @@ -0,0 +1,14 @@ + + + + +@deftypefun {void} {gnutls_rnd_refresh} ( @var{void}) + +This function refreshes the random generator state. +That is the current precise time, CPU usage, and +other values are input into its state. + +On a slower rate input from /dev/urandom is mixed too. + +@strong{Since:} 3.1.7 +@end deftypefun |