Imports of package random

PathSynopsis
crypto/randPackage rand implements a cryptographically secure random number generator.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
hash/crc32Package crc32 implements the 32-bit cyclic redundancy check, or CRC-32, checksum.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
unsafePackage unsafe contains operations that step around the type safety of Go programs.