github.com/primecitizens/pcz/std@v0.2.1/algo/rand/fastrand/source_test.go (about) 1 // SPDX-License-Identifier: Apache-2.0 2 // Copyright 2023 The Prime Citizens 3 4 package fastrand 5 6 import ( 7 "github.com/primecitizens/pcz/std/algo/rand" 8 ) 9 10 var _ rand.Core = &Source{}