GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutForceDirected Class / RandomNumberGenerator Property
In This Topic
    RandomNumberGenerator Property
    In This Topic
    Gets or sets the random number generator used to give an initial push between objects that are located at the same position.
    Syntax
    [Browsable(false)]
    public Random RandomNumberGenerator {get; set;}

    Property Value

    Initially this is null, which causes a new System.Random to be used.
    See Also