Skip to content

Commit 1063878

Browse files
chore: update variable order
Co-authored-by: Philipp Burckhardt <[email protected]> Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 3a4041d commit 1063878

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/beta/mgf

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/beta/mgf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,9 @@ static double random_uniform( const double min, const double max ) {
237237
}
238238
239239
int main( void ) {
240-
double t;
241240
double alpha;
242241
double beta;
242+
double t;
243243
double y;
244244
int i;
245245
for ( i = 0; i < 25; i++ ) {

0 commit comments

Comments
 (0)