package rand

import "github.com/plgd-dev/go-coap/v3/pkg/rand"

Index

Types

type Rand

type Rand struct {
	// contains filtered or unexported fields
}

func NewRand

func NewRand(seed int64) *Rand

func (*Rand) Int63

func (l *Rand) Int63() int64

func (*Rand) Uint32

func (l *Rand) Uint32() uint32

Source Files

rand.go

Version
v3.3.6 (latest)
Published
Sep 18, 2024
Platform
linux/amd64
Imports
2 packages
Last checked
1 week ago

Tools for package owners.