Module Dirsp_proscript_mirage.DefaultOptions
- val random_bytes : int -> string -> Stdlib.Bytes.t
- random_bytes sz idcreates- szrandom bytes with a hint- id.- If and only if you have a unit test and need determinism, use the - idto deterministically create random numbers.- Every other implementation MUST ignore the - idand generate a truly random sequence.