weightedRandom

package module
v0.0.0-...-3ef4d21 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2023 License: MIT Imports: 2 Imported by: 0

README

Go Reference go build

weightedrandom

Golang weighted random selection from an elements with cryptographically secure pseudorandom number generator (CSPRNG)

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WeightedRandom

func WeightedRandom[P interface{ GetWeight() int64 }](elements []P) (P, error)

WeightedRandom returns a random element from a slice of P with CSPRNG. P must have GetWeight() int64 method

Types

This section is empty.

Jump to

Keyboard shortcuts

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