Interface IRandomSeed
- Namespace
- HelixToolkit.SharpDX.Utilities
- Assembly
- HelixToolkit.SharpDX.dll
public interface IRandomSeed
Properties
Seed
Gets the seed.
uint Seed { get; }
Property Value
- uint
The seed.
public interface IRandomSeed
Gets the seed.
uint Seed { get; }
The seed.