浏览代码

Merge pull request #110 from oilboi/patch-1

Update newRandomFloat to nextRandomFloat
Davis Rollman 5 年之前
父节点
当前提交
d6dc5cd061
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.
 ==== Misc.
 
 
-* newRandomFloat - obtains a random float.
+* nextRandomFloat - obtains a random float.
 
 
 
 
 == Line
 == Line