DEBSOURCES
Skip Quicknav
sources / golang-github-awnumar-memguard / 0.22.5-2 / examples / stream / stream_test.go
1234567891011
package stream import ( "fmt" "testing" ) func TestSlowRandByte(t *testing.T) { randByte := SlowRandByte() fmt.Println("Random byte:", randByte) }