//
pkg.gl
Category
github.com/icattlecoder/go
src
pkg
crypto
rand
package
0.0.0-20130121074735-1d03baafba06
Repository:
https://github.com/icattlecoder/go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
0
Files
221 SLOC
#
Functions
Int
Int returns a uniform random value in [0, max).
Prime
Prime returns a number, p, of the given size, such that p is prime with high probability.
Read
Read is a helper function that calls Reader.Read.
#
Variables
Reader
Reader is a global, shared instance of a cryptographically strong pseudo-random generator.