Documentation
¶
Overview ¶
Package pcgr implements a small PCG random number generator
http://www.pcg-random.org/
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Rand ¶
Rand is a PCG random number generator. It implements the rand.Source interface.
func (*Rand) Advance ¶
Advance skips forward 'delta' steps in the stream. Delta can be negative in which case the stream in rewound.
func (*Rand) SeedWithState ¶
SeedWithState sets the internal state and sequence number of the rng
Click to show internal directories.
Click to hide internal directories.