We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8fd7ba commit 0f0d66fCopy full SHA for 0f0d66f
rand_core/src/mock.rs
@@ -1,3 +1,11 @@
1
+// Copyright 2021 Developers of the Rand project.
2
+//
3
+// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
4
+// https://www.apache.org/licenses/LICENSE-2.0> or the MIT license
5
+// <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your
6
+// option. This file may not be copied, modified, or distributed
7
+// except according to those terms.
8
+
9
use crate::{impls, Error, RngCore};
10
11
/// A simple implementation of `RngCore` for testing purposes.
0 commit comments