We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 870f836 commit ed406d4Copy full SHA for ed406d4
lib/node_modules/@stdlib/random/streams/bernoulli/lib/main.js
@@ -217,7 +217,7 @@ function destroy( error ) {
217
* 'iter': 10
218
* };
219
*
220
-* var stream = new RandomStream( 2.0, opts );
+* var stream = new RandomStream( 0.5, opts );
221
222
* stream.pipe( inspectStream( log ) );
223
*/
lib/node_modules/@stdlib/random/streams/geometric/lib/main.js
0 commit comments