You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libws directly opens a file handle on /dev/urandom to generate random numbers. It would be a lot simpler (and would conserve file handles) to call the libevent function evutil_secure_rng_get_bytes instead.