Skip to content

Commit 935ddf2

Browse files
committed
Auto-generated commit
1 parent 1985859 commit 935ddf2

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright (c) 2016-2023 The Stdlib Authors.
1+
Copyright (c) 2016-2024 The Stdlib Authors.

docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ interface NullaryFunction extends PRNG {
109109
/**
110110
* Interface for generating pseudorandom numbers from a triangular distribution without pre-specified parameter values.
111111
*/
112-
interface BinaryFunction extends PRNG {
112+
interface TernaryFunction extends PRNG {
113113
/**
114114
* Returns a pseudorandom number drawn from a triangular distribution.
115115
*
@@ -208,7 +208,7 @@ interface Random extends PRNG {
208208
* var v = rand( 1.0, 2.0, 1.5 );
209209
* // returns <number>
210210
*/
211-
factory( options?: Options ): BinaryFunction;
211+
factory( options?: Options ): TernaryFunction;
212212
}
213213

214214
/**

0 commit comments

Comments
 (0)