Skip to content

Commit 1dd8c2c

Browse files
committed
feat: update namespace
1 parent 9bc8935 commit 1dd8c2c

File tree

27 files changed

+73
-13
lines changed

27 files changed

+73
-13
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2354,6 +2354,7 @@ push,"@stdlib/utils/push"
23542354
quarterOfYear,"@stdlib/time/quarter-of-year"
23552355
random.array.arcsine,"@stdlib/random/array/arcsine"
23562356
random.array.beta,"@stdlib/random/array/beta"
2357+
random.array.betaprime,"@stdlib/random/array/betaprime"
23572358
random.array.discreteUniform,"@stdlib/random/array/discrete-uniform"
23582359
random.array.exponential,"@stdlib/random/array/exponential"
23592360
random.array.gamma,"@stdlib/random/array/gamma"

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2354,6 +2354,7 @@ push,"pop,shift,unshift"
23542354
quarterOfYear,"dayOfYear"
23552355
random.array.arcsine,"base.random.arcsine,random.strided.arcsine"
23562356
random.array.beta,"base.random.beta,random.strided.beta"
2357+
random.array.betaprime,"base.random.betaprime"
23572358
random.array.discreteUniform,"random.array.uniform,base.random.discreteUniform,random.strided.discreteUniform"
23582359
random.array.exponential,"base.random.exponential,random.strided.exponential"
23592360
random.array.gamma,"base.random.gamma"

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2354,6 +2354,7 @@ push,"@stdlib/utils-push"
23542354
quarterOfYear,"@stdlib/time-quarter-of-year"
23552355
random.array.arcsine,"@stdlib/random-array-arcsine"
23562356
random.array.beta,"@stdlib/random-array-beta"
2357+
random.array.betaprime,"@stdlib/random-array-betaprime"
23572358
random.array.discreteUniform,"@stdlib/random-array-discrete-uniform"
23582359
random.array.exponential,"@stdlib/random-array-exponential"
23592360
random.array.gamma,"@stdlib/random-array-gamma"

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2354,6 +2354,7 @@ push
23542354
quarterOfYear
23552355
random.array.arcsine
23562356
random.array.beta
2357+
random.array.betaprime
23572358
random.array.discreteUniform
23582359
random.array.exponential
23592360
random.array.gamma

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,18 @@ ns.push({
5050
]
5151
});
5252

53+
ns.push({
54+
'alias': 'random.array.betaprime',
55+
'path': '@stdlib/random/array/betaprime',
56+
'value': require( '@stdlib/random/array/betaprime' ),
57+
'type': 'Function',
58+
'related': [
59+
'@stdlib/random/betaprime',
60+
'@stdlib/random/base/betaprime',
61+
'@stdlib/random/strided/betaprime'
62+
]
63+
});
64+
5365
ns.push({
5466
'alias': 'random.array.discreteUniform',
5567
'path': '@stdlib/random/array/discrete-uniform',

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2354,6 +2354,7 @@
23542354
"@stdlib/time/quarter-of-year",quarterOfYear
23552355
"@stdlib/random/array/arcsine",random.array.arcsine
23562356
"@stdlib/random/array/beta",random.array.beta
2357+
"@stdlib/random/array/betaprime",random.array.betaprime
23572358
"@stdlib/random/array/discrete-uniform",random.array.discreteUniform
23582359
"@stdlib/random/array/exponential",random.array.exponential
23592360
"@stdlib/random/array/gamma",random.array.gamma

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2354,6 +2354,7 @@
23542354
"@stdlib/time/quarter-of-year","@stdlib/time/day-of-year"
23552355
"@stdlib/random/array/arcsine","@stdlib/random/base/arcsine,@stdlib/random/strided/arcsine"
23562356
"@stdlib/random/array/beta","@stdlib/random/base/beta,@stdlib/random/strided/beta"
2357+
"@stdlib/random/array/betaprime","@stdlib/random/base/betaprime"
23572358
"@stdlib/random/array/discrete-uniform","@stdlib/random/array/uniform,@stdlib/random/base/discrete-uniform,@stdlib/random/strided/discrete-uniform"
23582359
"@stdlib/random/array/exponential","@stdlib/random/base/exponential,@stdlib/random/strided/exponential"
23592360
"@stdlib/random/array/gamma","@stdlib/random/base/gamma"

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2354,6 +2354,7 @@
23542354
"@stdlib/time/quarter-of-year","@stdlib/time-quarter-of-year"
23552355
"@stdlib/random/array/arcsine","@stdlib/random-array-arcsine"
23562356
"@stdlib/random/array/beta","@stdlib/random-array-beta"
2357+
"@stdlib/random/array/betaprime","@stdlib/random-array-betaprime"
23572358
"@stdlib/random/array/discrete-uniform","@stdlib/random-array-discrete-uniform"
23582359
"@stdlib/random/array/exponential","@stdlib/random-array-exponential"
23592360
"@stdlib/random/array/gamma","@stdlib/random-array-gamma"

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2354,6 +2354,7 @@
23542354
"@stdlib/time-quarter-of-year","@stdlib/time/quarter-of-year"
23552355
"@stdlib/random-array-arcsine","@stdlib/random/array/arcsine"
23562356
"@stdlib/random-array-beta","@stdlib/random/array/beta"
2357+
"@stdlib/random-array-betaprime","@stdlib/random/array/betaprime"
23572358
"@stdlib/random-array-discrete-uniform","@stdlib/random/array/discrete-uniform"
23582359
"@stdlib/random-array-exponential","@stdlib/random/array/exponential"
23592360
"@stdlib/random-array-gamma","@stdlib/random/array/gamma"

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3783,6 +3783,14 @@ random.array.exponential.seedLength,"var len = random.array.exponential.seedLeng
37833783
random.array.exponential.state,"var out = random.array.exponential( 3, 2.0 )\nvar state = random.array.exponential.state\nout = random.array.exponential( 3, 2.0 )\nout = random.array.exponential( 3, 2.0 )\nrandom.array.exponential.state = state;\nout = random.array.exponential( 3, 2.0 )\n"
37843784
random.array.exponential.stateLength,"var len = random.array.exponential.stateLength;\n"
37853785
random.array.exponential.byteLength,"var sz = random.array.exponential.byteLength;\n"
3786+
random.array.gamma,"var out = random.array.gamma( 3, 2.0, 5.0 )\n"
3787+
random.array.gamma.factory,"var fcn = random.array.gamma.factory();\nvar out = fcn( 3, 2.0, 5.0 )\nfcn = random.array.gamma.factory( 2.0, 5.0 );\nout = fcn( 3 )\n"
3788+
random.array.gamma.PRNG,"var prng = random.array.gamma.PRNG;\n"
3789+
random.array.gamma.seed,"var seed = random.array.gamma.seed;\n"
3790+
random.array.gamma.seedLength,"var len = random.array.gamma.seedLength;\n"
3791+
random.array.gamma.state,"var out = random.array.gamma( 3, 2.0, 5.0 )\nvar state = random.array.gamma.state\nout = random.array.gamma( 3, 2.0, 5.0 )\nout = random.array.gamma( 3, 2.0, 5.0 )\nrandom.array.gamma.state = state;\nout = random.array.gamma( 3, 2.0, 5.0 )\n"
3792+
random.array.gamma.stateLength,"var len = random.array.gamma.stateLength;\n"
3793+
random.array.gamma.byteLength,"var sz = random.array.gamma.byteLength;\n"
37863794
random.array.lognormal,"var out = random.array.lognormal( 3, 2.0, 5.0 )\n"
37873795
random.array.lognormal.factory,"var fcn = random.array.lognormal.factory();\nvar out = fcn( 3, 2.0, 5.0 )\nfcn = random.array.lognormal.factory( 2.0, 5.0 );\nout = fcn( 3 )\n"
37883796
random.array.lognormal.PRNG,"var prng = random.array.lognormal.PRNG;\n"

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

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/repl/help/data/data.csv

Lines changed: 8 additions & 0 deletions
Large diffs are not rendered by default.

lib/node_modules/@stdlib/repl/help/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/repl/info/data/data.csv

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3783,6 +3783,14 @@ random.array.exponential.seedLength,"\nrandom.array.exponential.seedLength\n
37833783
random.array.exponential.state,"\nrandom.array.exponential.state\n Generator state.\n"
37843784
random.array.exponential.stateLength,"\nrandom.array.exponential.stateLength\n Length of generator state.\n"
37853785
random.array.exponential.byteLength,"\nrandom.array.exponential.byteLength\n Size (in bytes) of generator state.\n"
3786+
random.array.gamma,"\nrandom.array.gamma( len:integer, alpha:number, beta:number[, options:Object] )\n Returns an array containing pseudorandom numbers drawn from a gamma\n distribution.\n"
3787+
random.array.gamma.factory,"\nrandom.array.gamma.factory( [alpha:number, beta:number, ][options:Object] )\n Returns a function for creating arrays containing pseudorandom numbers drawn\n from a gamma distribution.\n"
3788+
random.array.gamma.PRNG,"\nrandom.array.gamma.PRNG\n Underlying pseudorandom number generator.\n"
3789+
random.array.gamma.seed,"\nrandom.array.gamma.seed\n Pseudorandom number generator seed.\n"
3790+
random.array.gamma.seedLength,"\nrandom.array.gamma.seedLength\n Length of generator seed.\n"
3791+
random.array.gamma.state,"\nrandom.array.gamma.state\n Generator state.\n"
3792+
random.array.gamma.stateLength,"\nrandom.array.gamma.stateLength\n Length of generator state.\n"
3793+
random.array.gamma.byteLength,"\nrandom.array.gamma.byteLength\n Size (in bytes) of generator state.\n"
37863794
random.array.lognormal,"\nrandom.array.lognormal( len:integer, mu:number, sigma:number[, options:Object] )\n Returns an array containing pseudorandom numbers drawn from a lognormal\n distribution.\n"
37873795
random.array.lognormal.factory,"\nrandom.array.lognormal.factory( [mu:number, sigma:number, ][options:Object] )\n Returns a function for creating arrays containing pseudorandom numbers drawn\n from a lognormal distribution.\n"
37883796
random.array.lognormal.PRNG,"\nrandom.array.lognormal.PRNG\n Underlying pseudorandom number generator.\n"

lib/node_modules/@stdlib/repl/info/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/repl/signature/data/data.csv

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3820,6 +3820,14 @@ random.array.exponential.seedLength,"random.array.exponential.seedLength"
38203820
random.array.exponential.state,"random.array.exponential.state"
38213821
random.array.exponential.stateLength,"random.array.exponential.stateLength"
38223822
random.array.exponential.byteLength,"random.array.exponential.byteLength"
3823+
random.array.gamma,"random.array.gamma( len, alpha, beta[, options] )"
3824+
random.array.gamma.factory,"random.array.gamma.factory( [alpha, beta, ][options] )"
3825+
random.array.gamma.PRNG,"random.array.gamma.PRNG"
3826+
random.array.gamma.seed,"random.array.gamma.seed"
3827+
random.array.gamma.seedLength,"random.array.gamma.seedLength"
3828+
random.array.gamma.state,"random.array.gamma.state"
3829+
random.array.gamma.stateLength,"random.array.gamma.stateLength"
3830+
random.array.gamma.byteLength,"random.array.gamma.byteLength"
38233831
random.array.lognormal,"random.array.lognormal( len, mu, sigma[, options] )"
38243832
random.array.lognormal.factory,"random.array.lognormal.factory( [mu, sigma, ][options] )"
38253833
random.array.lognormal.PRNG,"random.array.lognormal.PRNG"

lib/node_modules/@stdlib/repl/signature/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

lib/node_modules/@stdlib/repl/typed-signature/data/data.csv

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3820,6 +3820,14 @@ random.array.exponential.seedLength,"random.array.exponential.seedLength"
38203820
random.array.exponential.state,"random.array.exponential.state"
38213821
random.array.exponential.stateLength,"random.array.exponential.stateLength"
38223822
random.array.exponential.byteLength,"random.array.exponential.byteLength"
3823+
random.array.gamma,"random.array.gamma( len:integer, alpha:number, beta:number[, options:Object] )"
3824+
random.array.gamma.factory,"random.array.gamma.factory( [alpha:number, beta:number, ][options:Object] )"
3825+
random.array.gamma.PRNG,"random.array.gamma.PRNG"
3826+
random.array.gamma.seed,"random.array.gamma.seed"
3827+
random.array.gamma.seedLength,"random.array.gamma.seedLength"
3828+
random.array.gamma.state,"random.array.gamma.state"
3829+
random.array.gamma.stateLength,"random.array.gamma.stateLength"
3830+
random.array.gamma.byteLength,"random.array.gamma.byteLength"
38233831
random.array.lognormal,"random.array.lognormal( len:integer, mu:number, sigma:number[, options:Object] )"
38243832
random.array.lognormal.factory,"random.array.lognormal.factory( [mu:number, sigma:number, ][options:Object] )"
38253833
random.array.lognormal.PRNG,"random.array.lognormal.PRNG"

lib/node_modules/@stdlib/repl/typed-signature/data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)