package xrand

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

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

xrand.go

Version
v3.20.1
Published
Apr 12, 2022
Platform
linux/amd64
Imports
3 packages
Last checked
42 seconds ago

Tools for package owners.