1 2 3 4 5
// Copyright (c) 2018-2023 The MobileCoin Foundation use rand::rngs::OsRng; pub type McRng = OsRng;