MCPcopy Create free account

hub / github.com/MichaelTJones/pcg / functions

Functions29 in github.com/MichaelTJones/pcg

↓ 21 callersMethodRandom
()
pcg32.go:40
↓ 20 callersMethodSeed
(state, sequence uint64)
pcg32.go:34
↓ 10 callersFunctionNewPCG32
()
pcg32.go:30
↓ 8 callersMethodBounded
(bound uint32)
pcg32.go:51
↓ 8 callersFunctionNewPCG64
()
pcg64.go:24
↓ 4 callersMethodRetreat
(delta uint64)
pcg32.go:69
↓ 3 callersMethodAdvance
(delta uint64)
pcg32.go:64
↓ 1 callersMethodAdvance
(delta uint64)
pcg64.go:55
↓ 1 callersMethodRandom
()
pcg64.go:38
↓ 1 callersMethodadvanceLCG64
(state, delta, curMult, curPlus uint64)
pcg32.go:73
FunctionBenchmarkBounded32
Measure the time it takes to generate bounded random values
pcg32_test.go:121
FunctionBenchmarkBounded64
Measure the time it takes to generate bounded random values
pcg64_test.go:121
FunctionBenchmarkNew32
BENCHMARKS Measure the time it takes to generate a 32-bit generator
pcg32_test.go:103
FunctionBenchmarkNew64
BENCHMARKS Measure the time it takes to generate a 64-bit generator
pcg64_test.go:103
FunctionBenchmarkRandom32
Measure the time it takes to generate random values
pcg32_test.go:110
FunctionBenchmarkRandom64
Measure the time it takes to generate random values
pcg64_test.go:110
MethodBounded
(bound uint64)
pcg64.go:42
FunctionExampleReport32
EXAMPLES
pcg32_test.go:138
FunctionExampleReport64
EXAMPLES
pcg64_test.go:138
MethodRetreat
(delta uint64)
pcg64.go:61
MethodSeed
(state1, state2, sequence1, sequence2 uint64)
pcg64.go:28
FunctionTestAdvance32
Does advancing work?
pcg32_test.go:62
FunctionTestAdvance64
Does advancing work?
pcg64_test.go:62
FunctionTestRetreat32
Does retreating work?
pcg32_test.go:81
FunctionTestRetreat64
Does retreating work?
pcg64_test.go:81
FunctionTestSanity32
TESTS Basic sanity test: is first known value determined properly?
pcg32_test.go:25
FunctionTestSanity64
TESTS Basic sanity test: is first known value determined properly?
pcg64_test.go:25
FunctionTestSum32
Are the sums of the first few values consistent with expectation?
pcg32_test.go:46
FunctionTestSum64
Are the sums of the first few values consistent with expectation?
pcg64_test.go:46