#include <oskit/com/random.h>oskit_error_t oskit_random_create([out] oskit_random_t **out_r);
Create a new oskit_random object in the default seed state.
- out_r
- Upon success, the new oskit_random object reference is returned in *out_r.
Upon success, returns 0. Upon failure, the return value is set to a code indicating the reason for failure. (See <oskit/error.h>.)