Skip to content

Commit 25bbc26

Browse files
committed
build: fix template
1 parent 4154b4c commit 25bbc26

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/random/scripts/scaffolds/binary/data

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/random/scripts/scaffolds/binary/data/README__md.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ random = {{ALIAS}}.factory({
345345
});
346346

347347
// Generate a two-dimensional array which replicates the above pseudorandom number generation sequence:
348-
var x4 = random( [ 3, 5 ], 0.0, 1.0 );
348+
var x4 = random( [ 3, 5 ], {{PARAM_1_VALUE}}, {{PARAM_2_VALUE}} );
349349

350350
// Convert to a list of nested arrays:
351351
var arr = ndarray2array( x4 );

0 commit comments

Comments
 (0)