Function random-gen-bytespub
Source:fn(pub) random-gen-bytes ( AnyInt → Bytes )
Description
Fills a Bytes of length n with random data. n MUST be non-negative; 0 returns an empty Bytes.
:fn(pub) random-gen-bytes ( AnyInt → Bytes )
Fills a Bytes of length n with random data. n MUST be non-negative; 0 returns an empty Bytes.