You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation~/articles/extensions.md
+33-17Lines changed: 33 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,36 @@ slug: "/manual/extensions"
6
6
7
7
A large majority of the functionality provided by the **Math Utils** package comes from extension methods. All of the extension methods found throughout the project are focused around numbers, whether it be arithmetic operations, bitwise operations, math algorithms, and other utilities of varying complexity. Extensions are available for the following types:
Copy file name to clipboardExpand all lines: Documentation~/articles/random.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
-
slug: "/manual/chance"
2
+
slug: "/manual/random"
3
3
---
4
4
5
-
# Random Chance
5
+
# Random
6
6
7
-
The **Math Utils** package contains several functions for generating random chance values, including rolling dice, picking random playing cards, and other utility functions.
7
+
The **Math Utils** package contains several functions for generating random values, including rolling dice, picking random playing cards, and other utility functions.
0 commit comments