Generates pseudo-random numbers and the such.

Namespace: yWorks.yFiles.Algorithms.Util
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public class YRandom : Random
Visual Basic
Public Class YRandom _
	Inherits Random

Remarks

Generates pseudo-random numbers and the such.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Util..::..Random
    yWorks.yFiles.Algorithms.Util..::..YRandom

See Also