refresh neither leaks wraps, allows 2 of the same at once, nor closes raws
This commit is contained in:
@@ -22,9 +22,6 @@ func NewRandom(generator func() byte) *Random {
|
||||
return &Random{generator: generator}
|
||||
}
|
||||
|
||||
func (r *Random) Refresh() {
|
||||
}
|
||||
|
||||
func (r *Random) Close() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user