Ver código fonte

Update newRandomFloat to nextRandomFloat

oilboi 5 anos atrás
pai
commit
4b00a7210c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      docs/modules/tutorials/pages/concepts/math.adoc

+ 1 - 1
docs/modules/tutorials/pages/concepts/math.adoc

@@ -527,7 +527,7 @@ There are five major categories of functions that FastMath provides.
 
 ==== Misc.
 
-* newRandomFloat - obtains a random float.
+* nextRandomFloat - obtains a random float.
 
 
 == Line