Skip to content

Commit b04670f

Browse files
authored
chore: apply suggestions from code review
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 0b74d91 commit b04670f

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,12 @@ int main( void ) {
249249

250250
</section>
251251

252+
<!-- /.examples -->
253+
254+
</section>
255+
256+
<!-- /.c -->
257+
252258
<!-- /.references -->
253259

254260
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->

lib/node_modules/@stdlib/stats/base/dists/normal/mgf/benchmark/benchmark.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var opts = {
4040

4141
// MAIN //
4242

43-
bench( pkg, opts, function benchmark( b ) {
43+
bench( pkg+'::native', opts, function benchmark( b ) {
4444
var sigma;
4545
var len;
4646
var mu;

lib/node_modules/@stdlib/stats/base/dists/normal/mgf/examples/c/example.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ static double random_uniform( const double min, const double max ) {
2727
}
2828

2929
int main( void ) {
30-
double t;
31-
double mu;
3230
double sigma;
31+
double mu;
32+
double t;
3333
double y;
3434
int i;
3535

0 commit comments

Comments
 (0)