doc: more explicit crypto.pseudoRandomBytes docs
authorCalvin Metcalf <cmetcalf@appgeo.com>
Wed, 21 Jan 2015 21:34:38 +0000 (16:34 -0500)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 22 Jan 2015 14:47:41 +0000 (15:47 +0100)
commitd481bb68c4f2cf01ec7d26dcc91862b265b7effa
tree795099bf4c33f87be60b85b8065efe6e14ad6e81
parent7d462479f6aad374fab90dd10bb07a8097f750aa
doc: more explicit crypto.pseudoRandomBytes docs

Updates the docs for the crypto.pseudoRandomBytes function
to more explicitly detail how it's the same as crypto.randomBytes
just without a safety net (e.g. it doesn't throw an error when
there is low entropy).

PR-URL: https://github.com/iojs/io.js/pull/545
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
doc/api/crypto.markdown