Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for NormFloat64 (0.28 sec)

  1. api/go1.22.txt

    pkg math/rand/v2, func NewChaCha8([32]uint8) *ChaCha8 #61716
    pkg math/rand/v2, func NewPCG(uint64, uint64) *PCG #61716
    pkg math/rand/v2, func NewZipf(*Rand, float64, float64, uint64) *Zipf #61716
    pkg math/rand/v2, func NormFloat64() float64 #61716
    pkg math/rand/v2, func Perm(int) []int #61716
    pkg math/rand/v2, func Shuffle(int, func(int, int)) #61716
    pkg math/rand/v2, func Uint32() uint32 #61716
    pkg math/rand/v2, func Uint32N(uint32) uint32 #61716
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Jan 24 20:54:27 GMT 2024
    - 7.7K bytes
    - Viewed (0)
  2. cmd/dynamic-timeouts_test.go

    	rand.Seed(0)
    
    	initial := timeout.Timeout()
    
    	for try := 0; try < 10; try++ {
    		testDynamicTimeoutAdjust(t, timeout, func() float64 {
    			return 1.0 + rand.NormFloat64()
    		})
    	}
    
    	adjusted := timeout.Timeout()
    	if initial <= adjusted {
    		t.Errorf("Failure to decrease timeout, expected %v to be less than %v", adjusted, initial)
    	}
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Fri Oct 14 10:08:40 GMT 2022
    - 5.4K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg math/rand, func Intn(int) int
    pkg math/rand, func New(Source) *Rand
    pkg math/rand, func NewSource(int64) Source
    pkg math/rand, func NewZipf(*Rand, float64, float64, uint64) *Zipf
    pkg math/rand, func NormFloat64() float64
    pkg math/rand, func Perm(int) []int
    pkg math/rand, func Seed(int64)
    pkg math/rand, func Uint32() uint32
    pkg math/rand, method (*Rand) ExpFloat64() float64
    pkg math/rand, method (*Rand) Float32() float32
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
Back to top