Generates pseudo-random numbers and the such.

Namespace: yWorks.yFiles.Algorithms.Util
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

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