Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Jan 10, 2024
1 parent df7abbe commit e15c8df
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -4001,6 +4001,15 @@ random.array.laplace.seedLength,"var len = random.array.laplace.seedLength;\n"
random.array.laplace.state,"var out = random.array.laplace( 3, 2.0, 5.0 )\nvar state = random.array.laplace.state\nout = random.array.laplace( 3, 2.0, 5.0 )\nout = random.array.laplace( 3, 2.0, 5.0 )\nrandom.array.laplace.state = state;\nout = random.array.laplace( 3, 2.0, 5.0 )\n"
random.array.laplace.stateLength,"var len = random.array.laplace.stateLength;\n"
random.array.laplace.byteLength,"var sz = random.array.laplace.byteLength;\n"
random.array.levy,"var out = random.array.levy( 3, 2.0, 5.0 )\n"
random.array.levy.assign,"var x = azeros( 3, 'float64' );\nvar out = random.array.levy.assign( 2.0, 5.0, x )\nvar bool = ( out === x )\n"
random.array.levy.factory,"var fcn = random.array.levy.factory();\nvar out = fcn( 3, 2.0, 5.0 )\nfcn = random.array.levy.factory( 2.0, 5.0 );\nout = fcn( 3 )\n"
random.array.levy.PRNG,"var prng = random.array.levy.PRNG;\n"
random.array.levy.seed,"var seed = random.array.levy.seed;\n"
random.array.levy.seedLength,"var len = random.array.levy.seedLength;\n"
random.array.levy.state,"var out = random.array.levy( 3, 2.0, 5.0 )\nvar state = random.array.levy.state\nout = random.array.levy( 3, 2.0, 5.0 )\nout = random.array.levy( 3, 2.0, 5.0 )\nrandom.array.levy.state = state;\nout = random.array.levy( 3, 2.0, 5.0 )\n"
random.array.levy.stateLength,"var len = random.array.levy.stateLength;\n"
random.array.levy.byteLength,"var sz = random.array.levy.byteLength;\n"
random.array.lognormal,"var out = random.array.lognormal( 3, 2.0, 5.0 )\n"
random.array.lognormal.assign,"var x = azeros( 3, 'float64' );\nvar out = random.array.lognormal.assign( 2.0, 5.0, x )\nvar bool = ( out === x )\n"
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"
Expand Down
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit e15c8df

Please sign in to comment.