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 12, 2024
1 parent 1985859 commit 935ddf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Copyright (c) 2016-2023 The Stdlib Authors.
Copyright (c) 2016-2024 The Stdlib Authors.
4 changes: 2 additions & 2 deletions docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ interface NullaryFunction extends PRNG {
/**
* Interface for generating pseudorandom numbers from a triangular distribution without pre-specified parameter values.
*/
interface BinaryFunction extends PRNG {
interface TernaryFunction extends PRNG {
/**
* Returns a pseudorandom number drawn from a triangular distribution.
*
Expand Down Expand Up @@ -208,7 +208,7 @@ interface Random extends PRNG {
* var v = rand( 1.0, 2.0, 1.5 );
* // returns <number>
*/
factory( options?: Options ): BinaryFunction;
factory( options?: Options ): TernaryFunction;
}

/**
Expand Down

0 comments on commit 935ddf2

Please sign in to comment.