OXIESEC PANEL
- Current Dir:
/
/
opt
/
golang
/
1.19.4
/
src
/
math
/
rand
Server IP: 191.96.63.230
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
12/01/2022 06:13:56 PM
rwxr-xr-x
📄
example_test.go
4.83 KB
12/01/2022 06:12:59 PM
rw-r--r--
📄
exp.go
10.92 KB
12/01/2022 06:12:59 PM
rw-r--r--
📄
export_test.go
482 bytes
12/01/2022 06:12:59 PM
rw-r--r--
📄
gen_cooked.go
1.51 KB
12/01/2022 06:12:59 PM
rw-r--r--
📄
normal.go
6.3 KB
12/01/2022 06:12:59 PM
rw-r--r--
📄
race_test.go
1.09 KB
12/01/2022 06:12:59 PM
rw-r--r--
📄
rand.go
13.49 KB
12/01/2022 06:12:59 PM
rw-r--r--
📄
rand_test.go
16.66 KB
12/01/2022 06:12:59 PM
rw-r--r--
📄
regress_test.go
17.78 KB
12/01/2022 06:12:59 PM
rw-r--r--
📄
rng.go
14.76 KB
12/01/2022 06:12:59 PM
rw-r--r--
📄
zipf.go
1.8 KB
12/01/2022 06:12:59 PM
rw-r--r--
Editing: export_test.go
Close
// Copyright 2021 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. package rand func Int31nForTest(r *Rand, n int32) int32 { return r.int31n(n) } func GetNormalDistributionParameters() (float64, [128]uint32, [128]float32, [128]float32) { return rn, kn, wn, fn } func GetExponentialDistributionParameters() (float64, [256]uint32, [256]float32, [256]float32) { return re, ke, we, fe }