[Hauptseite] / [Random]
Class Random
  New (Seed As Integer) As Random
  New  As Random
  Function Next(minValue As Integer, maxValue As Integer) As Integer
  Function Next() As Integer
  Function Next(maxValue As Integer) As Integer
  Function NextDouble() As Double

//wiki.stne.net/index.php?title=API:Random
//wiki.en.stne.net/index.php?title=API:Random