Skip to content

Commit b74d4e9

Browse files
committed
Update namespace
1 parent ee27c4a commit b74d4e9

File tree

27 files changed

+61
-15
lines changed

27 files changed

+61
-15
lines changed

lib/node_modules/@stdlib/namespace/alias2pkg/data/data.csv

+1
Original file line numberDiff line numberDiff line change
@@ -2357,6 +2357,7 @@ random.array.beta,"@stdlib/random/array/beta"
23572357
random.array.discreteUniform,"@stdlib/random/array/discrete-uniform"
23582358
random.array.exponential,"@stdlib/random/array/exponential"
23592359
random.array.lognormal,"@stdlib/random/array/lognormal"
2360+
random.array.minstd,"@stdlib/random/array/minstd"
23602361
random.array.mt19937,"@stdlib/random/array/mt19937"
23612362
random.array.normal,"@stdlib/random/array/normal"
23622363
random.array.randu,"@stdlib/random/array/randu"

lib/node_modules/@stdlib/namespace/alias2pkg/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/alias2related/data/data.csv

+1
Original file line numberDiff line numberDiff line change
@@ -2357,6 +2357,7 @@ random.array.beta,"base.random.beta,random.strided.beta"
23572357
random.array.discreteUniform,"random.array.uniform,base.random.discreteUniform,random.strided.discreteUniform"
23582358
random.array.exponential,"base.random.exponential,random.strided.exponential"
23592359
random.array.lognormal,"base.random.lognormal,random.strided.lognormal"
2360+
random.array.minstd,"random.array.randu,base.random.minstd"
23602361
random.array.mt19937,"random.array.randu,base.random.mt19937,random.strided.mt19937"
23612362
random.array.normal,"base.random.normal,random.strided.normal"
23622363
random.array.randu,"random.array.uniform,base.random.randu,random.strided.randu"

lib/node_modules/@stdlib/namespace/alias2related/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/alias2standalone/data/data.csv

+1
Original file line numberDiff line numberDiff line change
@@ -2357,6 +2357,7 @@ random.array.beta,"@stdlib/random-array-beta"
23572357
random.array.discreteUniform,"@stdlib/random-array-discrete-uniform"
23582358
random.array.exponential,"@stdlib/random-array-exponential"
23592359
random.array.lognormal,"@stdlib/random-array-lognormal"
2360+
random.array.minstd,"@stdlib/random-array-minstd"
23602361
random.array.mt19937,"@stdlib/random-array-mt19937"
23612362
random.array.normal,"@stdlib/random-array-normal"
23622363
random.array.randu,"@stdlib/random-array-randu"

lib/node_modules/@stdlib/namespace/alias2standalone/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/aliases/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/aliases/data/data.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2357,6 +2357,7 @@ random.array.beta
23572357
random.array.discreteUniform
23582358
random.array.exponential
23592359
random.array.lognormal
2360+
random.array.minstd
23602361
random.array.mt19937
23612362
random.array.normal
23622363
random.array.randu

lib/node_modules/@stdlib/namespace/lib/namespace/random/array/index.js

+13
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,19 @@ ns.push({
8787
]
8888
});
8989

90+
ns.push({
91+
'alias': 'random.array.minstd',
92+
'path': '@stdlib/random/array/minstd',
93+
'value': require( '@stdlib/random/array/minstd' ),
94+
'type': 'Function',
95+
'related': [
96+
'@stdlib/random/array/randu',
97+
'@stdlib/random/minstd',
98+
'@stdlib/random/base/minstd',
99+
'@stdlib/random/strided/minstd'
100+
]
101+
});
102+
90103
ns.push({
91104
'alias': 'random.array.mt19937',
92105
'path': '@stdlib/random/array/mt19937',

lib/node_modules/@stdlib/namespace/pkg2alias/data/data.csv

+1
Original file line numberDiff line numberDiff line change
@@ -2357,6 +2357,7 @@
23572357
"@stdlib/random/array/discrete-uniform",random.array.discreteUniform
23582358
"@stdlib/random/array/exponential",random.array.exponential
23592359
"@stdlib/random/array/lognormal",random.array.lognormal
2360+
"@stdlib/random/array/minstd",random.array.minstd
23602361
"@stdlib/random/array/mt19937",random.array.mt19937
23612362
"@stdlib/random/array/normal",random.array.normal
23622363
"@stdlib/random/array/randu",random.array.randu

lib/node_modules/@stdlib/namespace/pkg2alias/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/pkg2related/data/data.csv

+1
Original file line numberDiff line numberDiff line change
@@ -2357,6 +2357,7 @@
23572357
"@stdlib/random/array/discrete-uniform","@stdlib/random/array/uniform,@stdlib/random/base/discrete-uniform,@stdlib/random/strided/discrete-uniform"
23582358
"@stdlib/random/array/exponential","@stdlib/random/base/exponential,@stdlib/random/strided/exponential"
23592359
"@stdlib/random/array/lognormal","@stdlib/random/base/lognormal,@stdlib/random/strided/lognormal"
2360+
"@stdlib/random/array/minstd","@stdlib/random/array/randu,@stdlib/random/base/minstd"
23602361
"@stdlib/random/array/mt19937","@stdlib/random/array/randu,@stdlib/random/base/mt19937,@stdlib/random/strided/mt19937"
23612362
"@stdlib/random/array/normal","@stdlib/random/base/normal,@stdlib/random/strided/normal"
23622363
"@stdlib/random/array/randu","@stdlib/random/array/uniform,@stdlib/random/base/randu,@stdlib/random/strided/randu"

lib/node_modules/@stdlib/namespace/pkg2related/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/pkg2standalone/data/data.csv

+1
Original file line numberDiff line numberDiff line change
@@ -2357,6 +2357,7 @@
23572357
"@stdlib/random/array/discrete-uniform","@stdlib/random-array-discrete-uniform"
23582358
"@stdlib/random/array/exponential","@stdlib/random-array-exponential"
23592359
"@stdlib/random/array/lognormal","@stdlib/random-array-lognormal"
2360+
"@stdlib/random/array/minstd","@stdlib/random-array-minstd"
23602361
"@stdlib/random/array/mt19937","@stdlib/random-array-mt19937"
23612362
"@stdlib/random/array/normal","@stdlib/random-array-normal"
23622363
"@stdlib/random/array/randu","@stdlib/random-array-randu"

lib/node_modules/@stdlib/namespace/pkg2standalone/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/namespace/standalone2pkg/data/data.csv

+1
Original file line numberDiff line numberDiff line change
@@ -2357,6 +2357,7 @@
23572357
"@stdlib/random-array-discrete-uniform","@stdlib/random/array/discrete-uniform"
23582358
"@stdlib/random-array-exponential","@stdlib/random/array/exponential"
23592359
"@stdlib/random-array-lognormal","@stdlib/random/array/lognormal"
2360+
"@stdlib/random-array-minstd","@stdlib/random/array/minstd"
23602361
"@stdlib/random-array-mt19937","@stdlib/random/array/mt19937"
23612362
"@stdlib/random-array-normal","@stdlib/random/array/normal"
23622363
"@stdlib/random-array-randu","@stdlib/random/array/randu"

lib/node_modules/@stdlib/namespace/standalone2pkg/data/data.json

+1-1
Large diffs are not rendered by default.

lib/node_modules/@stdlib/repl/code-blocks/data/data.csv

+4
Original file line numberDiff line numberDiff line change
@@ -3998,6 +3998,10 @@ random.strided.exponential,"var l = linspace( 2.0, 5.0, 5 );\nvar out = azeros(
39983998
random.strided.exponential.ndarray,"var l = linspace( 2.0, 5.0, 5 );\nvar out = azeros( 5, 'generic' );\nrandom.strided.exponential.ndarray( out.length, l, 1, 0, out, 1, 0 )\nl = linspace( 2.0, 5.0, 6 );\nout = azeros( 6, 'generic' );\nrandom.strided.exponential.ndarray( 3, l, -1, l.length-1, out, 1, 0 )\n"
39993999
random.strided.lognormal,"var mu = linspace( 0.0, 1.0, 5 );\nvar sigma = linspace( 2.0, 5.0, 5 );\nvar out = azeros( 5, 'generic' );\nrandom.strided.lognormal( out.length, mu, 1, sigma, 1, out, 1 )\nmu = linspace( 0.0, 1.0, 6 );\nsigma = linspace( 2.0, 5.0, 6 );\nout = azeros( 6, 'generic' );\nrandom.strided.lognormal( 3, mu, -2, sigma, 1, out, 1 )\n"
40004000
random.strided.lognormal.ndarray,"var mu = linspace( 0.0, 1.0, 5 );\nvar sigma = linspace( 2.0, 5.0, 5 );\nvar out = azeros( 5, 'generic' );\nrandom.strided.lognormal.ndarray( out.length, mu, 1, 0, sigma, 1, 0, out, 1, 0 )\nmu = linspace( 0.0, 1.0, 6 );\nsigma = linspace( 2.0, 5.0, 6 );\nout = azeros( 6, 'generic' );\nrandom.strided.lognormal.ndarray( 3, mu, 2, 1, sigma, -1, sigma.length-1, out, 1, 0 )\n"
4001+
random.strided.mt19937,"var out = azeros( 5, 'generic' );\nrandom.strided.mt19937( out.length, out, 1 )\n"
4002+
random.strided.mt19937.ndarray,"var out = azeros( 5, 'generic' );\nrandom.strided.mt19937.ndarray( out.length, out, 1, 0 )\n"
4003+
random.strided.mt19937.normalized,"var out = azeros( 5, 'generic' );\nrandom.strided.mt19937.normalized( out.length, out, 1 )\n"
4004+
random.strided.mt19937.normalized.ndarray,"var out = azeros( 5, 'generic' );\nrandom.strided.mt19937.normalized.ndarray( out.length, out, 1, 0 )\n"
40014005
random.strided.normal,"var mu = linspace( 0.0, 1.0, 5 );\nvar sigma = linspace( 2.0, 5.0, 5 );\nvar out = azeros( 5, 'generic' );\nrandom.strided.normal( out.length, mu, 1, sigma, 1, out, 1 )\nmu = linspace( 0.0, 1.0, 6 );\nsigma = linspace( 2.0, 5.0, 6 );\nout = azeros( 6, 'generic' );\nrandom.strided.normal( 3, mu, -2, sigma, 1, out, 1 )\n"
40024006
random.strided.normal.ndarray,"var mu = linspace( 0.0, 1.0, 5 );\nvar sigma = linspace( 2.0, 5.0, 5 );\nvar out = azeros( 5, 'generic' );\nrandom.strided.normal.ndarray( out.length, mu, 1, 0, sigma, 1, 0, out, 1, 0 )\nmu = linspace( 0.0, 1.0, 6 );\nsigma = linspace( 2.0, 5.0, 6 );\nout = azeros( 6, 'generic' );\nrandom.strided.normal.ndarray( 3, mu, 2, 1, sigma, -1, sigma.length-1, out, 1, 0 )\n"
40034007
random.strided.randu,"var out = azeros( 5, 'generic' );\nrandom.strided.randu( out.length, out, 1 )\n"

lib/node_modules/@stdlib/repl/code-blocks/data/data.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)