ParticleRandomSeedGenerator Class
Namespace: Stride.ParticlesAssembly: Stride.Particles.dll
System.Object →
ParticleRandomSeedGenerator
Derived from ParticleRandomSeedGenerator:
public class ParticleRandomSeedGenerator
Name | Description | |
---|---|---|
Constructors | ||
ParticleRandomSeedGenerator(UInt32) | ||
Methods | ||
GetNextDouble() | ||
GetNextSeed() |
Constructors
ParticleRandomSeedGenerator(UInt32)
public ParticleRandomSeedGenerator(uint seed)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | seed |
Methods
GetNextDouble()
public double GetNextDouble()
Returns
Type | Description |
---|---|
System.Double |
GetNextSeed()
public RandomSeed GetNextSeed()
Returns
Type | Description |
---|---|
RandomSeed |