Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for doDefaultTest (0.13 sec)

  1. src/math/rand/default_test.go

    			if err != nil {
    				t.Error(err)
    			}
    		})
    	}
    }
    
    // doDefaultTest should be run before there have been any calls to the
    // top-level math/rand functions. Make sure that we can make concurrent
    // calls to top-level functions and to Seed without any duplicate values.
    // This will also give the race detector a change to report any problems.
    func doDefaultTest(t *testing.T, v string) {
    	code, err := strconv.Atoi(v)
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 07 23:39:35 UTC 2023
    - 3.4K bytes
    - Viewed (0)
Back to top