Skip to content

Commit ad6ce88

Browse files
committed
feat: update namespace
1 parent 0b8e8d9 commit ad6ce88

File tree

27 files changed

+81
-19
lines changed

27 files changed

+81
-19
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
@@ -2455,6 +2455,7 @@ random.strided.discreteUniform,"@stdlib/random/strided/discrete-uniform"
24552455
random.strided.exponential,"@stdlib/random/strided/exponential"
24562456
random.strided.lognormal,"@stdlib/random/strided/lognormal"
24572457
random.strided.minstd,"@stdlib/random/strided/minstd"
2458+
random.strided.minstdShuffle,"@stdlib/random/strided/minstd-shuffle"
24582459
random.strided.mt19937,"@stdlib/random/strided/mt19937"
24592460
random.strided.normal,"@stdlib/random/strided/normal"
24602461
random.strided.randu,"@stdlib/random/strided/randu"

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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2361,7 +2361,7 @@ random.array.gamma,"base.random.gamma"
23612361
random.array.invgamma,"base.random.invgamma"
23622362
random.array.lognormal,"base.random.lognormal,random.strided.lognormal"
23632363
random.array.minstd,"random.array.minstdShuffle,random.array.randu,base.random.minstd,random.strided.minstd"
2364-
random.array.minstdShuffle,"random.array.minstd,random.array.randu,base.random.minstdShuffle"
2364+
random.array.minstdShuffle,"random.array.minstd,random.array.randu,base.random.minstdShuffle,random.strided.minstdShuffle"
23652365
random.array.mt19937,"random.array.randu,base.random.mt19937,random.strided.mt19937"
23662366
random.array.normal,"base.random.normal,random.strided.normal"
23672367
random.array.randu,"random.array.uniform,base.random.randu,random.strided.randu"
@@ -2454,7 +2454,8 @@ random.strided.betaprime,"base.random.betaprime,random.array.betaprime"
24542454
random.strided.discreteUniform,"base.random.discreteUniform,random.array.discreteUniform,random.strided.uniform"
24552455
random.strided.exponential,"base.random.exponential,random.array.exponential"
24562456
random.strided.lognormal,"base.random.lognormal,random.array.lognormal"
2457-
random.strided.minstd,"base.random.minstd,random.array.minstd,random.strided.randu"
2457+
random.strided.minstd,"base.random.minstd,random.array.minstd,random.strided.minstdShuffle,random.strided.randu"
2458+
random.strided.minstdShuffle,"base.random.minstdShuffle,random.array.minstdShuffle,random.strided.minstd,random.strided.randu"
24582459
random.strided.mt19937,"base.random.mt19937,random.array.mt19937,random.strided.randu"
24592460
random.strided.normal,"base.random.normal,random.array.normal"
24602461
random.strided.randu,"base.random.randu,random.array.randu,random.strided.uniform"

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
@@ -2455,6 +2455,7 @@ random.strided.discreteUniform,"@stdlib/random-strided-discrete-uniform"
24552455
random.strided.exponential,"@stdlib/random-strided-exponential"
24562456
random.strided.lognormal,"@stdlib/random-strided-lognormal"
24572457
random.strided.minstd,"@stdlib/random-strided-minstd"
2458+
random.strided.minstdShuffle,"@stdlib/random-strided-minstd-shuffle"
24582459
random.strided.mt19937,"@stdlib/random-strided-mt19937"
24592460
random.strided.normal,"@stdlib/random-strided-normal"
24602461
random.strided.randu,"@stdlib/random-strided-randu"

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
@@ -2455,6 +2455,7 @@ random.strided.discreteUniform
24552455
random.strided.exponential
24562456
random.strided.lognormal
24572457
random.strided.minstd
2458+
random.strided.minstdShuffle
24582459
random.strided.mt19937
24592460
random.strided.normal
24602461
random.strided.randu

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,20 @@ ns.push({
113113
]
114114
});
115115

116+
ns.push({
117+
'alias': 'random.strided.minstdShuffle',
118+
'path': '@stdlib/random/strided/minstd-shuffle',
119+
'value': require( '@stdlib/random/strided/minstd-shuffle' ),
120+
'type': 'Function',
121+
'related': [
122+
'@stdlib/random/minstd-shuffle',
123+
'@stdlib/random/base/minstd-shuffle',
124+
'@stdlib/random/array/minstd-shuffle',
125+
'@stdlib/random/strided/minstd',
126+
'@stdlib/random/strided/randu'
127+
]
128+
});
129+
116130
ns.push({
117131
'alias': 'random.strided.mt19937',
118132
'path': '@stdlib/random/strided/mt19937',

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2455,6 +2455,7 @@
24552455
"@stdlib/random/strided/exponential",random.strided.exponential
24562456
"@stdlib/random/strided/lognormal",random.strided.lognormal
24572457
"@stdlib/random/strided/minstd",random.strided.minstd
2458+
"@stdlib/random/strided/minstd-shuffle",random.strided.minstdShuffle
24582459
"@stdlib/random/strided/mt19937",random.strided.mt19937
24592460
"@stdlib/random/strided/normal",random.strided.normal
24602461
"@stdlib/random/strided/randu",random.strided.randu

0 commit comments

Comments
 (0)