function pseudoRandomBytes
Jump to headingpseudoRandomBytes(size: number): Buffer
Parameters Jump to heading
Jump to headingsize: number
Return Type Jump to heading
Buffer
Jump to headingpseudoRandomBytes(size: number,callback: (err: Error | null,buf: Buffer,) => void,): void
Parameters Jump to heading
Jump to headingsize: number
Jump to headingcallback: (err: Error | null,buf: Buffer,) => void
Return Type Jump to heading
void