File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- Copyright (c) 2016-2023 The Stdlib Authors.
1
+ Copyright (c) 2016-2024 The Stdlib Authors.
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ interface NullaryFunction extends PRNG {
109
109
/**
110
110
* Interface for generating pseudorandom numbers from a triangular distribution without pre-specified parameter values.
111
111
*/
112
- interface BinaryFunction extends PRNG {
112
+ interface TernaryFunction extends PRNG {
113
113
/**
114
114
* Returns a pseudorandom number drawn from a triangular distribution.
115
115
*
@@ -208,7 +208,7 @@ interface Random extends PRNG {
208
208
* var v = rand( 1.0, 2.0, 1.5 );
209
209
* // returns <number>
210
210
*/
211
- factory ( options ?: Options ) : BinaryFunction ;
211
+ factory ( options ?: Options ) : TernaryFunction ;
212
212
}
213
213
214
214
/**
You can’t perform that action at this time.
0 commit comments