sortedrandom

package module
v0.0.0-...-070c754 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2015 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

generate sorted random numbers

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Float64

func Float64(N int) []float64

Create a slice with increasing (sorted) random floats between 0 and 1.

func GenFloat64

func GenFloat64(N int) chan float64

Generate increasing (sorted) random values.

func GenInt64

func GenInt64(N int, imin int, imax int) chan int64

Generate increasing (sorted) random int64's between imin and imax.

func Int64

func Int64(N int, imin int, imax int) []int64

Create a slice with increasing (sorted) random floats between imin and imax.

Types

This section is empty.

Jump to

Keyboard shortcuts

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