We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824b0de commit 9857610Copy full SHA for 9857610
random.go
@@ -47,6 +47,7 @@ func RandomIntSlice(length int) []int {
47
for i:=0; i<length; i++ {
48
slc[i] = rand.Intn(1000)
49
}
50
+ return slc
51
52
53
func RandomFloatSlice(min, max float64, n int) []float64 {
0 commit comments