Skip to content

Commit b2ef01d

Browse files
committed
moves the rng into a common utils file
1 parent 33c3731 commit b2ef01d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ <h5 style="font-weight: bold">Credits</h5>
332332
var width = c.width;
333333
var height = c.height;
334334
</script>
335-
<script src="utils/rand.js"></script>
335+
<script src="utils.js"></script>
336336
<script src="algGP.js"></script>
337337
<script src="algGP_params.js"></script>
338338
<script src="algVines.js"></script>
File renamed without changes.

0 commit comments

Comments
 (0)