소스 검색

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.
 
-* newRandomFloat - obtains a random float.
+* nextRandomFloat - obtains a random float.
 
 
 == Line