Replace use of random with rand. Use os:timestamp where possible, encode request id's using the calling process's process identifier for uniqueness, replace usage of rand_uniform. Use gen_fsm_compat for now to bridge gen_fsm compatibility changes before rewriting in gen_statem.
Replace use of random with rand. Use
os:timestamp
where possible, encode request id's using the calling process's process identifier for uniqueness, replace usage ofrand_uniform
. Usegen_fsm_compat
for now to bridgegen_fsm
compatibility changes before rewriting ingen_statem
.@martinsumner