Home
last modified time | relevance | path

Searched defs:statsResults (Results 1 – 2 of 2) sorted by relevance

/prebuilts/go/linux-x86/src/math/rand/
Drand_test.go30 type statsResults struct { struct
31 mean float64
32 stddev float64
33 closeEnough float64
34 maxError float64
49 func (sr *statsResults) checkSimilarDistribution(expected *statsResults) error {
75 func checkSampleDistribution(t *testing.T, samples []float64, expected *statsResults) {
84 …eckSampleSliceDistributions(t *testing.T, samples []float64, nslices int, expected *statsResults) {
/prebuilts/go/linux-x86/src/math/rand/v2/
Drand_test.go27 type statsResults struct { struct
28 mean float64
29 stddev float64
30 closeEnough float64
31 maxError float64
46 func (sr *statsResults) checkSimilarDistribution(expected *statsResults) error {
72 func checkSampleDistribution(t *testing.T, samples []float64, expected *statsResults) {
81 …eckSampleSliceDistributions(t *testing.T, samples []float64, nslices int, expected *statsResults) {