random

package
v0.0.0-...-745f595 Latest Latest
Warning

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

Go to latest
Published: Aug 1, 2018 License: MIT Imports: 3 Imported by: 2

Documentation

Overview

Package random provides some functions to securely generate random bytes and numbers.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Bytes

func Bytes(data []byte) error

Bytes fills the given byte slice with random bytes.

func Intn

func Intn(n int) (int, error)

Intn returns a random number in [0,n).

func Perm

func Perm(n int) ([]int, error)

Perm returns a random permutation of the integers [0,n).

Types

This section is empty.

Jump to

Keyboard shortcuts

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