RandNumber

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.builtin
  • Platforms: .NET, .NET Standard 2.0, Island

Class Methods


Random

 

class method Random(aMax: UInt32): UInt32

 

static UInt32 Random(UInt32 aMax)

 

static func Random(_ aMax: UInt32) -> UInt32

 

func Random(aMax UInt32) UInt32

 

Shared Function Random(aMax As UInt32) As UInt32

Parameters:

  • aMax:

Instance Methods


constructor  protected Island

 

constructor

 

RandNumber()

 

init()

 

Sub New()