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 25a3f00 commit a4f6ca7Copy full SHA for a4f6ca7
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 8015f9c27ec342dbf0b28c9c0c4769d8b3bcfc9f
+refs/heads/master: 82f53d6dc58903a9842e6f9fc30121f63ba17ee4
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 6c08cc2db4f98e9f07ae7d50338396c4123c2f0a
5
refs/heads/try: 70152ff55722878cde684ee6462c14c65f2c4729
trunk/src/libstd/rand/mod.rs
@@ -732,7 +732,7 @@ impl<R: Rng> Rng for @mut R {
732
/// let x = random();
733
/// println!("{}", 2u * x);
734
/// } else {
735
-/// println!("{}", random::<float>());
+/// println!("{}", random::<f64>());
736
/// }
737
738
/// ```
0 commit comments