commit | 1142444775476538b1f0bf93535446a2dc2971e9 | [log] [tgz] |
---|---|---|
author | Bogdan Caprita <caprita@google.com> | Tue Aug 04 11:22:28 2015 -0700 |
committer | Bogdan Caprita <caprita@google.com> | Tue Aug 04 11:22:28 2015 -0700 |
tree | adc67f0b553dd050e251b668d4e80c7fa40091cb | |
parent | 482695e514859402dbc12e9ca66818db7ca7fde6 [diff] |
test/testutil,services: favor NewRandGenerator over InitRandGenerator As mentioned in the newly added comment in rand.go, using the global singleton is confusing and can lead to subtle cross-test interference. It's simpler and more straightforward to create and use random objects explicitly. This change makes it possible to do so and changes binarylib and deviced/impl/internal to the new scheme. Change-Id: I0193a79e30f9f510e13165e228f65a450211a3db
This repository contains a reference implementation of the Vanadium APIs.
Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.