randomizer

package module
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2023 License: Apache-2.0 Imports: 2 Imported by: 1

README

Randomizer

Go fast and thread-safe random generator library

Installation

Use go get.

go get github.com/colduction/randomizer

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RandInt

func RandInt(min, max int) int

func RandInt16

func RandInt16(min, max int16) int16

func RandInt32

func RandInt32(min, max int32) int32

func RandInt64

func RandInt64(min, max int64) int64

func RandInt8

func RandInt8(min, max int8) int8

func RandUint

func RandUint(min, max uint) uint

func RandUint16

func RandUint16(min, max uint16) uint16

func RandUint32

func RandUint32(min, max uint32) uint32

func RandUint64

func RandUint64(min, max uint64) uint64

func RandUint8

func RandUint8(min, max uint8) uint8

Types

This section is empty.

Jump to

Keyboard shortcuts

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