This repository was archived by the owner on Nov 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ public int GetInt()
7474 return Rand . Next ( ) ;
7575 }
7676 /// <summary>
77- /// Get Next Integer within the specified min & max from Random
77+ /// Get Next Integer within the specified min & max from Random
7878 /// </summary>
7979 /// <param name="min"></param>
8080 /// <param name="max"></param>
@@ -95,7 +95,7 @@ public short GetShort()
9595 return ( short ) Rand . Next ( short . MinValue , short . MaxValue ) ;
9696 }
9797 /// <summary>
98- /// Get Next Short within the specified min & max from Random
98+ /// Get Next Short within the specified min & max from Random
9999 /// </summary>
100100 /// <param name="min"></param>
101101 /// <param name="max"></param>
@@ -116,7 +116,7 @@ public byte GetByte()
116116 return ( byte ) Rand . Next ( Byte . MinValue , Byte . MaxValue ) ;
117117 }
118118 /// <summary>
119- /// Get Next Byte within the specified min & max from Random
119+ /// Get Next Byte within the specified min & max from Random
120120 /// </summary>
121121 /// <param name="min"></param>
122122 /// <param name="max"></param>
You can’t perform that action at this time.
0 commit comments