Field RandomSeed
Value to use to seed the random number generator. For non-deterministic behavior, use a
dynamic value here (e.g. the result of a call to Stopwatch.GetTimestamp
).
Namespace: Unity.Networking.Transport.Utilities
Assembly: solution.dll
Syntax
public uint RandomSeed
Returns
Type | Description |
---|---|
uint | Seed for the RNG. |