Goedel.Cryptography.UDF.Random C# (CSharp) Method

Random() public static method

Return a random sequence as a UDF
public static Random ( ) : string
return string
        public static string Random() {
            return Random(DefaultBits);
            }

Same methods

UDF::Random ( int Bits ) : string