File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 {
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/**
You can’t perform that action at this time.
0 commit comments