Skip to content

Commit 67382e1

Browse files
committed
feat: add top-level random.* symbols to namespace
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: passed - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: passed - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent ed859e6 commit 67382e1

28 files changed

Lines changed: 2589 additions & 366 deletions

File tree

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

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2871,6 +2871,39 @@ random.strided.rayleigh,"@stdlib/random/strided/rayleigh"
28712871
random.strided.t,"@stdlib/random/strided/t"
28722872
random.strided.uniform,"@stdlib/random/strided/uniform"
28732873
random.strided.weibull,"@stdlib/random/strided/weibull"
2874+
random.arcsine,"@stdlib/random/arcsine"
2875+
random.bernoulli,"@stdlib/random/bernoulli"
2876+
random.beta,"@stdlib/random/beta"
2877+
random.betaprime,"@stdlib/random/betaprime"
2878+
random.binomial,"@stdlib/random/binomial"
2879+
random.cauchy,"@stdlib/random/cauchy"
2880+
random.chi,"@stdlib/random/chi"
2881+
random.chisquare,"@stdlib/random/chisquare"
2882+
random.cosine,"@stdlib/random/cosine"
2883+
random.discreteUniform,"@stdlib/random/discrete-uniform"
2884+
random.erlang,"@stdlib/random/erlang"
2885+
random.exponential,"@stdlib/random/exponential"
2886+
random.f,"@stdlib/random/f"
2887+
random.frechet,"@stdlib/random/frechet"
2888+
random.gamma,"@stdlib/random/gamma"
2889+
random.geometric,"@stdlib/random/geometric"
2890+
random.gumbel,"@stdlib/random/gumbel"
2891+
random.hypergeometric,"@stdlib/random/hypergeometric"
2892+
random.invgamma,"@stdlib/random/invgamma"
2893+
random.kumaraswamy,"@stdlib/random/kumaraswamy"
2894+
random.laplace,"@stdlib/random/laplace"
2895+
random.levy,"@stdlib/random/levy"
2896+
random.logistic,"@stdlib/random/logistic"
2897+
random.lognormal,"@stdlib/random/lognormal"
2898+
random.negativeBinomial,"@stdlib/random/negative-binomial"
2899+
random.normal,"@stdlib/random/normal"
2900+
random.pareto1,"@stdlib/random/pareto-type1"
2901+
random.poisson,"@stdlib/random/poisson"
2902+
random.rayleigh,"@stdlib/random/rayleigh"
2903+
random.t,"@stdlib/random/t"
2904+
random.triangular,"@stdlib/random/triangular"
2905+
random.uniform,"@stdlib/random/uniform"
2906+
random.weibull,"@stdlib/random/weibull"
28742907
ranks,"@stdlib/stats/ranks"
28752908
readDir,"@stdlib/fs/read-dir"
28762909
readFile,"@stdlib/fs/read-file"

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: 118 additions & 85 deletions
Large diffs are not rendered by default.

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: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2871,6 +2871,39 @@ random.strided.rayleigh,"@stdlib/random-strided-rayleigh"
28712871
random.strided.t,"@stdlib/random-strided-t"
28722872
random.strided.uniform,"@stdlib/random-strided-uniform"
28732873
random.strided.weibull,"@stdlib/random-strided-weibull"
2874+
random.arcsine,"@stdlib/random-arcsine"
2875+
random.bernoulli,"@stdlib/random-bernoulli"
2876+
random.beta,"@stdlib/random-beta"
2877+
random.betaprime,"@stdlib/random-betaprime"
2878+
random.binomial,"@stdlib/random-binomial"
2879+
random.cauchy,"@stdlib/random-cauchy"
2880+
random.chi,"@stdlib/random-chi"
2881+
random.chisquare,"@stdlib/random-chisquare"
2882+
random.cosine,"@stdlib/random-cosine"
2883+
random.discreteUniform,"@stdlib/random-discrete-uniform"
2884+
random.erlang,"@stdlib/random-erlang"
2885+
random.exponential,"@stdlib/random-exponential"
2886+
random.f,"@stdlib/random-f"
2887+
random.frechet,"@stdlib/random-frechet"
2888+
random.gamma,"@stdlib/random-gamma"
2889+
random.geometric,"@stdlib/random-geometric"
2890+
random.gumbel,"@stdlib/random-gumbel"
2891+
random.hypergeometric,"@stdlib/random-hypergeometric"
2892+
random.invgamma,"@stdlib/random-invgamma"
2893+
random.kumaraswamy,"@stdlib/random-kumaraswamy"
2894+
random.laplace,"@stdlib/random-laplace"
2895+
random.levy,"@stdlib/random-levy"
2896+
random.logistic,"@stdlib/random-logistic"
2897+
random.lognormal,"@stdlib/random-lognormal"
2898+
random.negativeBinomial,"@stdlib/random-negative-binomial"
2899+
random.normal,"@stdlib/random-normal"
2900+
random.pareto1,"@stdlib/random-pareto-type1"
2901+
random.poisson,"@stdlib/random-poisson"
2902+
random.rayleigh,"@stdlib/random-rayleigh"
2903+
random.t,"@stdlib/random-t"
2904+
random.triangular,"@stdlib/random-triangular"
2905+
random.uniform,"@stdlib/random-uniform"
2906+
random.weibull,"@stdlib/random-weibull"
28742907
ranks,"@stdlib/stats-ranks"
28752908
readDir,"@stdlib/fs-read-dir"
28762909
readFile,"@stdlib/fs-read-file"

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: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2871,6 +2871,39 @@ random.strided.rayleigh
28712871
random.strided.t
28722872
random.strided.uniform
28732873
random.strided.weibull
2874+
random.arcsine
2875+
random.bernoulli
2876+
random.beta
2877+
random.betaprime
2878+
random.binomial
2879+
random.cauchy
2880+
random.chi
2881+
random.chisquare
2882+
random.cosine
2883+
random.discreteUniform
2884+
random.erlang
2885+
random.exponential
2886+
random.f
2887+
random.frechet
2888+
random.gamma
2889+
random.geometric
2890+
random.gumbel
2891+
random.hypergeometric
2892+
random.invgamma
2893+
random.kumaraswamy
2894+
random.laplace
2895+
random.levy
2896+
random.logistic
2897+
random.lognormal
2898+
random.negativeBinomial
2899+
random.normal
2900+
random.pareto1
2901+
random.poisson
2902+
random.rayleigh
2903+
random.t
2904+
random.triangular
2905+
random.uniform
2906+
random.weibull
28742907
ranks
28752908
readDir
28762909
readFile

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ append( ns, require( './array' ) );
3737
append( ns, require( './iterators' ) );
3838
append( ns, require( './streams' ) );
3939
append( ns, require( './strided' ) );
40+
append( ns, require( './main.js' ) );
4041

4142

4243
// EXPORTS //

0 commit comments

Comments
 (0)