-module(ywt_core_ffi). -export([random_id/0]). random_id() -> binary:encode_hex( crypto:strong_rand_bytes(16)).