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 5, 2024
1 parent f448182 commit ca49d0b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3754,6 +3754,7 @@ NUM_CPUS,"\nNUM_CPUS\n Number of CPUs.\n"
num2words,"\nnum2words( value:integer[, options:Object] )\n Converts a number to a word representation.\n"
Number,"\nNumber( value:number )\n Returns a Number object.\n"
numel,"\nnumel( x:ndarray )\n Returns the number of elements in an ndarray.\n"
numelDimension,"\nnumelDimension( x:ndarray, dim:integer )\n Returns the size (i.e., number of elements) of a specified dimension for a\n provided ndarray.\n"
numGraphemeClusters,"\nnumGraphemeClusters( str:string )\n Returns the number of grapheme clusters in a string.\n"
Object,"\nObject( value:any )\n Returns an object.\n"
Object.assign,"\nObject.assign( target:Object, ...sources:Object )\n Assigns enumerable and own properties from source objects to a target\n object.\n"
Expand Down Expand Up @@ -3888,6 +3889,7 @@ random.array.discreteUniform.state,"\nrandom.array.discreteUniform.state\n Ge
random.array.discreteUniform.stateLength,"\nrandom.array.discreteUniform.stateLength\n Length of generator state.\n"
random.array.discreteUniform.byteLength,"\nrandom.array.discreteUniform.byteLength\n Size (in bytes) of generator state.\n"
random.array.exponential,"\nrandom.array.exponential( len:integer, lambda:number[, options:Object] )\n Returns an array containing pseudorandom numbers drawn from an exponential\n distribution.\n"
random.array.exponential.assign,"\nrandom.array.exponential.assign( lambda:number, \n out:Array|Float64Array|Float32Array )\n Fills an array with pseudorandom numbers drawn from an exponential\n distribution.\n"
random.array.exponential.factory,"\nrandom.array.exponential.factory( [lambda:number, ][options:Object] )\n Returns a function for creating arrays containing pseudorandom numbers drawn\n from an exponential distribution.\n"
random.array.exponential.PRNG,"\nrandom.array.exponential.PRNG\n Underlying pseudorandom number generator.\n"
random.array.exponential.seed,"\nrandom.array.exponential.seed\n Pseudorandom number generator seed.\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 ca49d0b

Please sign in to comment.