EpForceDirectedGraph.cs.FDGVector2.Random C# (CSharp) Méthode

Random() public static méthode

public static Random ( ) : AbstractVector
Résultat AbstractVector
        public static AbstractVector Random()
        {
            FDGVector2 retVec = new FDGVector2(10.0f * (Util.Random() - 0.5f), 10.0f * (Util.Random() - 0.5f));
            return retVec;
        }