random

package
v0.15.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2024 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Int64

func Int64() int64

Int64 returns random int64

func PseudoGenerator added in v0.2.12

func PseudoGenerator(seed int64) (g *rand.Rand)

PseudoGenerator returns *rand.Rand

func PseudoGenerators added in v0.2.3

func PseudoGenerators(seed int64, n int) (g []*rand.Rand)

PseudoGenerators returns list of n *rand.Rand. This is needed in cases where random number generators are used in different goroutines, so that predictability of the generators can be maintained.

Types

type CryptoSource added in v0.12.0

type CryptoSource struct{}

CryptoSource is used to create random source

func (CryptoSource) Int63 added in v0.12.0

func (s CryptoSource) Int63() int64

func (CryptoSource) Seed added in v0.12.0

func (s CryptoSource) Seed(seed int64)

func (CryptoSource) Uint64 added in v0.12.0

func (s CryptoSource) Uint64() (v uint64)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL