/eco/cc/_tst/01_test.go
https://code.google.com/p/go-eco/ · Go · 13 lines · 10 code · 2 blank · 1 comment · 1 complexity · d4d8a389e738ddcb6305947267931a54 MD5 · raw file
- package cc
- import (
- "fmt"
- // "code.google.com/p/go-eco/eco/aux"
- "testing"
- )
- func TestGenBeta(t *testing.T) {
- for i := 0; i < 100; i++ {
- fmt.Println(GenBetaSRF(float64(i), 50.0, 50.0, 4.0, 2.0))
- }
- }