Skip to content

Commit

Permalink
Fixed minor bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
AZHenley committed Apr 28, 2019
1 parent e2853ba commit 2b7a9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/stl.knox
Expand Up @@ -18,7 +18,7 @@ class stl {


// Math. // Math.
func random(min : int, max : int) int { return 0; } func random(min : int, max : int) int { return 0; }
func randomf(min : float, max : float) float { return 0; } //func randomf(min : float, max : float) float { return 0; }
// func randomd(min : double, max : double) double { return 0; } // func randomd(min : double, max : double) double { return 0; }
// func seed // func seed
} }

0 comments on commit 2b7a9a7

Please sign in to comment.