runtime: testing runtime
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
// crypto/rand package.
|
||||
package rand
|
||||
|
||||
// llgo:skipall
|
||||
import (
|
||||
"sync"
|
||||
"sync/atomic"
|
||||
@@ -28,6 +27,9 @@ import (
|
||||
"github.com/goplus/llgo/runtime/internal/clite/time"
|
||||
)
|
||||
|
||||
// llgo:skipall
|
||||
type _rand struct{}
|
||||
|
||||
// A Source represents a source of uniformly-distributed
|
||||
// pseudo-random int64 values in the range [0, 1<<63).
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user