LightningBoltParametersRandom Property |
Used to generate random numbers. Not thread safe.
Namespace:
DigitalRuby.ThunderAndLightning
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public Random Random { get; set; }
Public Property Random As Random
Get
Set
public:
property Random^ Random {
Random^ get ();
void set (Random^ value);
}
member Random : Random with get, set
Property Value
Type:
RandomSee Also