Pascal Peridont %!s(int64=19) %!d(string=hai) anos
pai
achega
76d7c69ca8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/neko/Random.hx

+ 1 - 1
std/neko/Random.hx

@@ -47,6 +47,6 @@ class Random {
 	static var random_new = Lib.load("std","random_new",0);
 	static var random_set_seed = Lib.load("std","random_set_seed",2);
 	static var random_int = Lib.load("std","random_int",2);
-	static var random_float = Lib.load("std","radnom_float",1);
+	static var random_float = Lib.load("std","random_float",1);
 
 }