@@ -4,19 +4,21 @@ Random library class.
44
55## Functions
66
7- | Name | Description |
8- | :--------------| :--------------------------------------------|
9- | Range | Default random range wrapper. |
10- | RaneeInclude | Include the maxinum number. |
11- | Vector2Int | Return a random ` Vector2Int ` . |
12- | Vector2 | Return a random ` Vector2 ` . |
13- | Vector3Int | Return a random ` Vector3Int ` . |
14- | Vector3 | Return a random ` Vector3 ` . |
15- | Quaternion | Return a random ` Quaternion ` . |
16- | Color | Returns a random color. |
17- | Color32 | Returns a random color in 32-bit format. |
18- | ChooseOne | Choose one object from the list. |
19- | ChooseOneE | Choose one object from the list. (Ellipsis) |
20- | EnumValue | Return a random enum value. |
21- | PointInBounds | Return a random point in bounds. |
22- | PointInSphere | Return a random position in sphere. |
7+ | Name | Description |
8+ | :--------------| :--------------------------------------------------|
9+ | Range | Default random range wrapper. |
10+ | RaneeInclude | Include the maxinum number. |
11+ | Vector2Int | Return a random ` Vector2Int ` . |
12+ | Vector2 | Return a random ` Vector2 ` . |
13+ | Vector3Int | Return a random ` Vector3Int ` . |
14+ | Vector3 | Return a random ` Vector3 ` . |
15+ | Quaternion | Return a random ` Quaternion ` . |
16+ | Color | Returns a random color. |
17+ | Color32 | Returns a random color in 32-bit format. |
18+ | ChooseOne | Choose one object from the collection. |
19+ | ChooseOneE | Choose one object from the collection. (Ellipsis) |
20+ | Choose | Choose object(s) from the collection. |
21+ | ChooseE | Choose object(s) from the collection. (Ellipsis) |
22+ | EnumValue | Return a random enum value. |
23+ | PointInBounds | Return a random point in bounds. |
24+ | PointInSphere | Return a random position in sphere. |
0 commit comments