# Functions
Addrs returns a slice of n random unique addresses.
BlocksOfSize generates a slice of blocks of the specified byte size.
Bytes returns a byte array of the given size with random values.
Cids returns a slice of n random unique CIDs.
HttpMultiaddrs returns a slice of n random unique Multiaddrs.
Identity returns a random unique peer ID, private key, and public key.
Multiaddrs returns a slice of n random unique Multiaddrs.
Multihashes returns a slice of n random unique Multihashes.
NewRand returns a new pseudo-random number source, seeded with the next value of a global sequence.
NewSeededRand returns a new pseudo-random number source seeded with the specified value.
Peers returns a slice of n random peer IDs.
Returns the initial seed used for the pseudo-random number generator, or the most recent value set by SetSeed.
Sequence returns a series of monotonically increasing numbers, starting at the next unique global sequence value.
SequenceNext returns the next unique global sequence value.
Sets the seed for the pseudo-random number generator.