Random.Seed1 Property

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

Property Value

double

In this article

Definition