Skip to content
Snippets Groups Projects
Unverified Commit 6821830d authored by Angelo Capossele's avatar Angelo Capossele Committed by GitHub
Browse files

Update packages/binary/drng/drng.go


Co-Authored-By: default avatarLuca Moser <moser.luca@gmail.com>
parent 21f431f2
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ type Instance struct {
Events *Event
}
// New creates a new DRNG instance.
func New(setters ...state.Option) *Instance {
return &Instance{
State: state.New(setters...),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment