Skip to content

Commit 23013e6

Browse files
committed
Move namespace
1 parent e325cb1 commit 23013e6

3,131 files changed

Lines changed: 3581 additions & 3540 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@
802802
- [x] fs
803803
- [x] math/base/blas
804804
- [ ] math/base/dist
805-
- [x] math/base/random
805+
- [x] random/base
806806
- [ ] math/base/special
807807
- [ ] math/base/tools
808808
- [ ] math/base/utils

docs/migration-guides/jstat/data/jstat_1_6_0.csv

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ alter,(planned)
1414
create,(planned)
1515
zeros,(planned)
1616
ones,(planned)
17-
rand,math/base/random/*
17+
rand,random/base/*
1818
identity,utils/identity-function
1919
clear,(planned)
2020
symmetric,(planned)
@@ -59,7 +59,7 @@ arcsine.inv,math/base/dists/arcsine/quantile
5959
arcsine.mean,math/base/dists/arcsine/mean
6060
arcsine.median,math/base/dists/arcsine/median
6161
arcsine.mode,math/base/dists/arcsine/mode
62-
arcsine.sample,math/base/random/arcsine
62+
arcsine.sample,random/base/arcsine
6363
arcsine.variance,math/base/dists/arcsine/variance
6464
beta,math/base/dists/beta
6565
beta.pdf,math/base/dists//beta/pdf
@@ -68,23 +68,23 @@ beta.inv,math/base/dists/beta/quantile
6868
beta.mean,math/base/dists/beta/mean
6969
beta.median,math/base/dists/beta/median
7070
beta.mode,math/base/dists/beta/mode
71-
beta.sample,math/base/random/beta
71+
beta.sample,random/base/beta
7272
beta.variance,math/base/dists/beta/variance
7373
centralF,math/base/dists/f
7474
centralF.pdf,math/base/dists/f/prd
7575
centralF.cdf,math/base/dists/f/cdf
7676
centralF.inv,math/base/dists/f/quantile
7777
centralF.mean,math/base/dists/f/mean
7878
centralF.mode,math/base/dists/f/mode
79-
centralF.sample,math/base/random/f
79+
centralF.sample,random/base/f
8080
centralF.variance,math/base/dists/f/variance
8181
cauchy,math/base/dists/cauchy
8282
cauchy.pdf,math/base/dists//cauchy/pdf
8383
cauchy.cdf,math/base/dists//cauchy/cdf
8484
cauchy.inv,math/base/dists/cauchy/quantile
8585
cauchy.median,math/base/dists/cauchy/median
8686
cauchy.mode,math/base/dists/cauchy/mode
87-
cauchy.sample,math/base/random/cauchy
87+
cauchy.sample,random/base/cauchy
8888
cauchy.variance,math/base/dists/cauchy/variance
8989
chisquare,math/base/dists/chisquare
9090
chisquare.pdf,math/base/dists/chisquare/pdf
@@ -93,7 +93,7 @@ chisquare.inv,math/base/dists//chisquare/quantile
9393
chisquare.mean,math/base/dists/chisquare/mean
9494
chisquare.median,math/base/dists/chisquare/median
9595
chisquare.mode,math/base/dists/chisquare/mode
96-
chisquare.sample,math/base/random/chisquare
96+
chisquare.sample,random/base/chisquare
9797
chisquare.variance,math/base/dists/chisquare/variance
9898
exponential,math/base/dists/exponential
9999
exponential.pdf,math/base/dists/exponential/pdf
@@ -102,23 +102,23 @@ exponential.inv,math/base/dists/exponential/quantile
102102
exponential.mean,math/base/dists/exponential/mean
103103
exponential.median,math/base/dists/exponential/median
104104
exponential.mode,math/base/dists/exponential/mode
105-
exponential.sample,math/base/random/exponential
105+
exponential.sample,random/base/exponential
106106
exponential.variance,math/base/dists/exponential/variance
107107
gamma,math/base/dists/gamma
108108
gamma.pdf,math/base/dists/gamma/pdf
109109
gamma.cdf,math/base/dists/gamma/cdf
110110
gamma.inv,math/base/dists/gamma/quantile
111111
gamma.mean,math/base/dists/gamma/mean
112112
gamma.mode,math/base/dists/gamma/mode
113-
gamma.sample,math/base/random/gamma
113+
gamma.sample,random/base/gamma
114114
gamma.variance,math/base/dists/gamma/variance
115115
invgamma,math/base/dists/invgamma
116116
invgamma.pdf,math/base/dists/invgamma/pdf
117117
invgamma.cdf,math/base/dists/invgamma/cdf
118118
invgamma.inv,math/base/dists/invgamma/quantile
119119
invgamma.mean,math/base/dists/invgamma/mean
120120
invgamma.mode,math/base/dists/invgamma/mode
121-
invgamma.sample,math/base/random/invgamma
121+
invgamma.sample,random/base/invgamma
122122
invgamma.variance,math/base/dists/invgamma/variance
123123
kumaraswamy,math/base/dists/kumaraswamy
124124
kumaraswamy.pdf,math/base/dists/kumaraswamy/pdf
@@ -135,15 +135,15 @@ lognormal.inv,math/base/dists/lognormal/quantile
135135
lognormal.mean,math/base/dists/lognormal/mean
136136
lognormal.median,math/base/dists/lognormal/median
137137
lognormal.mode,math/base/dists/lognormal/mode
138-
lognormal.sample,math/base/random/lognormal
138+
lognormal.sample,random/base/lognormal
139139
lognormal.variance,math/base/dists/lognormal/variance
140140
normal,math/base/dists/normal
141141
normal.pdf,math/base/dists/normal/pdf
142142
normal.cdf,math/base/dists/normal/cdf
143143
normal.inv,math/base/dists/normal/quantile
144144
normal.mean,math/base/dists/normal/mean
145145
normal.mode,math/base/dists/normal/mode
146-
normal.sample,math/base/random/normal
146+
normal.sample,random/base/normal
147147
normal.variance,math/base/dists/normal/variance
148148
pareto,math/base/dists/pareto-type1
149149
pareto.pdf,math/base/dists/pareto-type1/pdf
@@ -159,7 +159,7 @@ studentt.inv,math/base/dists/t/quantile
159159
studentt.mean,math/base/dists/t/mean
160160
studentt.median,math/base/dists/t/median
161161
studentt.mode,math/base/dists/t/mode
162-
studentt.sample,math/base/random/t
162+
studentt.sample,random/base/t
163163
studentt.variance,math/base/dists/t/variance
164164
tukey,(planned)
165165
tukey.cdf,(planned)
@@ -171,7 +171,7 @@ weibull.inv,math/base/dists/weibull/quantile
171171
weibull.mean,math/base/dists/weibull/mean
172172
weibull.median,math/base/dists/weibull/median
173173
weibull.mode,math/base/dists/weibull/mode
174-
weibull.sample,math/base/random/weibull
174+
weibull.sample,random/base/weibull
175175
weibull.variance,math/base/dists/weibull/variance
176176
uniform,math/base/dists/uniform
177177
uniform.pdf,math/base/dists/uniform/pdf
@@ -180,7 +180,7 @@ uniform.inv,math/base/dists/uniform/quantile
180180
uniform.mean,math/base/dists/uniform/mean
181181
uniform.median,math/base/dists/uniform/median
182182
uniform.mode,math/base/dists/uniform/mode
183-
uniform.sample,math/base/random/uniform
183+
uniform.sample,random/base/uniform
184184
uniform.variance,math/base/dists/uniform/variance
185185
binomial,math/base/dists/binomial
186186
binomial.pdf,math/base/dists/binomial/pdf
@@ -218,8 +218,8 @@ permutation,(planned)
218218
erf,math/base/special/erf
219219
erfc,math/base/special/erfc
220220
erfcinv,math/base/special/erfcinv
221-
randn,math/base/random/randn
222-
randg,math/base/random/gamma
221+
randn,random/base/randn
222+
randg,random/base/gamma
223223
add,(planned)
224224
subtract,(planned)
225225
divide,(planned)

docs/migration-guides/lodash/data/lodash_4_17_x.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ sum,(planned)
189189
sumBy,(maybe)
190190
clamp,(planned)
191191
inRange,(planned)
192-
random,math/base/random/*
192+
random,random/base/*
193193
assign,utils/merge
194194
assignIn,(maybe)
195195
assignInWith,N/A

docs/migration-guides/underscore/data/underscore_1_18_3.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ identity,utils/identity-function
9898
constant,utils/constant-function
9999
noop,utils/noop
100100
times,utils/map-function
101-
random,math/base/random/*
101+
random,random/base/*
102102
mixin,utils/merge
103103
iteratee,N/A
104104
uniqueId,N/A

lib/node_modules/@stdlib/_tools/browserify/string/lib/bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var isFunction = require( '@stdlib/assert/is-function' );
1111
var isString = require( '@stdlib/assert/is-string' ).isPrimitive;
1212
var isArray = require( '@stdlib/assert/is-array' );
1313
var tmpdir = require( '@stdlib/utils/tmpdir' );
14-
var minstd = require( '@stdlib/math/base/random/minstd' );
14+
var minstd = require( '@stdlib/random/base/minstd' );
1515
var validate = require( './validate.js' );
1616

1717

lib/node_modules/@stdlib/_tools/bundle/pkg-list/lib/tree_filter.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ var debug = logger( 'bundle-pkg-list:tree-filter' );
3232
* @example
3333
* var pkgs = [
3434
* '@stdlib/math/base',
35-
* '@stdlib/math/base/random',
35+
* '@stdlib/random/base',
3636
* '@stdlib/math/base/special/erf'
3737
* ];
3838
*
3939
* var out = filter( pkgs );
40-
* // returns [ '@stdlib/math/base/random', '@stdlib/math/base/special/erf' ]
40+
* // returns [ '@stdlib/random/base', '@stdlib/math/base/special/erf' ]
4141
*/
4242
function filter( pkgs ) {
4343
var out;

lib/node_modules/@stdlib/_tools/modules/pkg-deps/test/fixtures/bar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// MODULES //
44

5-
var randu = require( '@stdlib/math/base/random/randu' );
5+
var randu = require( '@stdlib/random/base/randu' );
66
var data = require( './data.json' );
77
var bool = require( './bool.js' );
88

lib/node_modules/@stdlib/_tools/modules/pkg-deps/test/test.async.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ tape( 'the function returns a list of package dependencies', function test( t )
201201
{
202202
'file': join( __dirname, 'fixtures', 'bar.js' ),
203203
'deps': [
204-
'@stdlib/math/base/random/randu'
204+
'@stdlib/random/base/randu'
205205
]
206206
},
207207
{
@@ -243,7 +243,7 @@ tape( 'the function returns a list of package dependencies (array, no walk)', fu
243243
{
244244
'file': join( __dirname, 'fixtures', 'bar.js' ),
245245
'deps': [
246-
'@stdlib/math/base/random/randu'
246+
'@stdlib/random/base/randu'
247247
]
248248
},
249249
{
@@ -315,7 +315,7 @@ tape( 'the function returns a list of package dependencies (no built-ins)', func
315315
{
316316
'file': join( __dirname, 'fixtures', 'bar.js' ),
317317
'deps': [
318-
'@stdlib/math/base/random/randu'
318+
'@stdlib/random/base/randu'
319319
]
320320
},
321321
{

lib/node_modules/@stdlib/_tools/modules/pkg-deps/test/test.sync.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ tape( 'the function returns a list of package dependencies', function test( t )
130130
{
131131
'file': join( __dirname, 'fixtures', 'bar.js' ),
132132
'deps': [
133-
'@stdlib/math/base/random/randu'
133+
'@stdlib/random/base/randu'
134134
]
135135
},
136136
{
@@ -170,7 +170,7 @@ tape( 'the function returns a list of package dependencies (array, no walk)', fu
170170
{
171171
'file': join( __dirname, 'fixtures', 'bar.js' ),
172172
'deps': [
173-
'@stdlib/math/base/random/randu'
173+
'@stdlib/random/base/randu'
174174
]
175175
},
176176
{
@@ -232,7 +232,7 @@ tape( 'the function returns a list of package dependencies (no built-ins)', func
232232
{
233233
'file': join( __dirname, 'fixtures', 'bar.js' ),
234234
'deps': [
235-
'@stdlib/math/base/random/randu'
235+
'@stdlib/random/base/randu'
236236
]
237237
},
238238
{

lib/node_modules/@stdlib/_tools/modules/pkg-deps/test/test.walk_file.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ tape( 'the function asynchronously walks a file\'s relative dependencies', funct
3939
];
4040
tmp = join( __dirname, 'fixtures', 'bar.js' );
4141
expected[ tmp ] = [
42-
'@stdlib/math/base/random/randu'
42+
'@stdlib/random/base/randu'
4343
];
4444
tmp = join( __dirname, 'fixtures', 'bool.js' );
4545
expected[ tmp ] = [];
@@ -74,7 +74,7 @@ tape( 'the function asynchronously walks a file\'s relative dependencies (exclud
7474
expected[ fpath ] = [];
7575
tmp = join( __dirname, 'fixtures', 'bar.js' );
7676
expected[ tmp ] = [
77-
'@stdlib/math/base/random/randu'
77+
'@stdlib/random/base/randu'
7878
];
7979
tmp = join( __dirname, 'fixtures', 'bool.js' );
8080
expected[ tmp ] = [];

0 commit comments

Comments
 (0)