syncthing/lib/rand
Jakob Borg e6b78e5d56 lib/rand: Break out random functions into separate package
The intention for this package is to provide a combination of the
security of crypto/rand and the convenience of math/rand. It should be
the first choice of random data unless ultimate performance is required
and the usage is provably irrelevant from a security standpoint.

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3186
2016-05-26 07:02:56 +00:00
..
random.go lib/rand: Break out random functions into separate package 2016-05-26 07:02:56 +00:00
random_test.go lib/rand: Break out random functions into separate package 2016-05-26 07:02:56 +00:00
securesource.go lib/rand: Break out random functions into separate package 2016-05-26 07:02:56 +00:00
securesource_test.go lib/rand: Break out random functions into separate package 2016-05-26 07:02:56 +00:00