> ```
> random.cpp:255:13: error: unused function 'GetDevURandom' [-Werror,-Wunused-function]
>
> ```
>
> Clang 9.0.0, FreeBSD 12.1
>
> Silence by planting a dummy reference to the `GetDevURandom` symbol
> in the places where we don't call the function.
We see the same warnings in our CI logs.
This is a backport of core#17563