blob: 7cf29c2209177aa6ed4958adabde156fd33d6fc7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
|