Random.Seed2 Property

Random generator seed 2
public static double Seed2 {get; set;}
This language is not supported or no code example is available.
public:  
static property double Seed2 { 
double get( ); 
void set( 
double value 
); 
}
This language is not supported or no code example is available.
public static function get Seed2() : double
public static function set Seed2(value : double);
This language is not supported or no code example is available.

Property Value

double

In this article

Definition