Get random bytes. Use the JS seed number for deterministic randomisation. The seed number will be encoded into a 8 byte buffer. Set pool to false to acquire an unpooled buffer. This means the underlying ArrayBuffer is safely transferrable.
pool
ArrayBuffer
Optional
Generated using TypeDoc
Get random bytes. Use the JS seed number for deterministic randomisation. The seed number will be encoded into a 8 byte buffer. Set
pool
to false to acquire an unpooled buffer. This means the underlyingArrayBuffer
is safely transferrable.