Source64

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.math.rand
  • Platforms: .NET, .NET Standard 2.0, Island
  • Ancestry: Source | Source64

Required Methods


Int63    (declared in Source)

 

method Int63: int64

 

int64 Int63()

 

func Int63() -> int64

 

func Int63() int64

 

Function Int63() As int64

Seed    (declared in Source)

 

method Seed(seed: int64)

 

void Seed(int64 seed)

 

func Seed(_ seed: int64)

 

// .NET, .NET Standard 2.0
func Seed(seed int64) 
// Island
func Seed(seed int64) void

 

Sub Seed(seed As int64)

Parameters:

  • seed:

Uint64

 

method Uint64: uint64

 

uint64 Uint64()

 

func Uint64() -> uint64

 

func Uint64() uint64

 

Function Uint64() As uint64