package rand

import "github.com/ydb-platform/ydb-go-sdk/v3/internal/rand"

Index

Functions

func WithLock

func WithLock() option

func WithMax

func WithMax(max int64) option

Types

type Rand

type Rand interface {
	Int64(max int64) int64
	Int(max int) int
}

func New

func New(opts ...option) Rand

Source Files

rand.go

Version
v3.16.4
Published
Mar 22, 2022
Platform
linux/amd64
Imports
3 packages
Last checked
1 minute ago

Tools for package owners.