Class SeedStrategy
A strategy that resets the specified {@code seed} value for Seedable steps like coin(), sample() and Order.shuffle, which in turn will produce deterministic results from those steps.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Gremlin.Net.Process.Traversal.Strategy.Decoration
Assembly: cs.temp.dll.dll
Syntax
public class SeedStrategy : AbstractTraversalStrategy, ITraversalStrategy, IEquatable<AbstractTraversalStrategy>
Constructors
SeedStrategy()
Initializes a new instance of the SeedStrategy class.
Declaration
public SeedStrategy()
SeedStrategy(Int64)
Initializes a new instance of the SeedStrategy class.
Declaration
public SeedStrategy(long seed)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | seed | Specifies the seed the traversal will use. |
Implements
System.IEquatable<T>