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 686206f commit b513f48Copy full SHA for b513f48
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: c9f8ae02bcf078aee6ebcdc55f96ac18a9753c26
+refs/heads/master: a1b40d51367ab74a39e1279cc6821bd4e80f747b
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
trunk/src/libcore/rand.rs
@@ -59,7 +59,7 @@ impl extensions for rng {
59
60
#[doc = "Return a random uint"]
61
fn gen_uint() -> uint {
62
- self.gen_u64() as u64
+ self.gen_u64() as uint
63
}
64
65
#[doc = "Return a uint randomly chosen from the range [start, end], \
0 commit comments