blob: 6ab142811223846a0ccd2a9daaeebd9d36a3fa26 [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package rpc
import (
"math/rand"
"time"
)
func init() {
rand.Seed(time.Now().UnixNano())
}