We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c250c3b commit 95403f1Copy full SHA for 95403f1
lib/node_modules/@stdlib/ndarray/base/any/README.md
@@ -113,7 +113,7 @@ var any = require( '@stdlib/ndarray/base/any' );
113
114
var x = {
115
'dtype': 'generic',
116
- 'data': bernoulli( 10, 0.9, {
+ 'data': bernoulli( 10, 0.1, {
117
'dtype': 'generic'
118
}),
119
'shape': [ 5, 2 ],
lib/node_modules/@stdlib/ndarray/base/any/examples/index.js
@@ -24,7 +24,7 @@ var any = require( './../lib' );
24
25
26
27
28
29
30
0 commit comments