mc-rand 1.1.0

A platform abstraction layer providing a cryptographic RNG, `McRng`
Documentation
1
2
3
4
5
// Copyright (c) 2018-2023 The MobileCoin Foundation

use rand::rngs::OsRng;

pub type McRng = OsRng;