Class SecureRandom
- Namespace
- Alis.Core.Aspect.Security
- Assembly
- Alis.dll
The secure random class
internal static class SecureRandom
Inheritance
Inherited Members
Methods
Abs(float)
Abs the value
public static float Abs(float value)
Parameters
value
float-
The value
Returns
- float
-
The float
NextByte()
Nexts the byte
public static byte NextByte()
Returns
- byte
-
The byte
NextChar()
Nexts the char
public static char NextChar()
Returns
- char
-
The char
NextDecimal(int, int)
Nexts the decimal using the specified i
public static decimal NextDecimal(int i, int i1)
Parameters
Returns
- decimal
-
The random decimal
NextDouble(int, int)
Nexts the double using the specified i
public static double NextDouble(int i, int i1)
Parameters
Returns
- double
-
The random double
NextFloat(int, int)
Nexts the float using the specified i
public static float NextFloat(int i, int i1)
Parameters
Returns
- float
-
The random float
NextInt()
Nexts the int
public static int NextInt()
Returns
- int
-
The int
NextLong()
Nexts the long
public static long NextLong()
Returns
- long
-
The long