1
0
mirror of https://github.com/charlienet/go-mixed.git synced 2025-07-18 00:22:41 +08:00
This commit is contained in:
2022-06-10 17:04:34 +08:00
parent 853b19fb02
commit 9bb232be93
22 changed files with 641 additions and 147 deletions

View File

@ -3,6 +3,7 @@ package rand_test
import (
"bytes"
"fmt"
"math"
"testing"
"github.com/charlienet/go-mixed/rand"
@ -51,6 +52,7 @@ func TestRange(t *testing.T) {
func TestFastrand(t *testing.T) {
t.Log(int(^uint(0) >> 1))
t.Log(math.MaxInt)
for _, g := range generators {
var max32 int32 = 1000