Skip to content

Commit b513f48

Browse files
committed
---
yaml --- r: 12910 b: refs/heads/master c: a1b40d5 h: refs/heads/master v: v3
1 parent 686206f commit b513f48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: c9f8ae02bcf078aee6ebcdc55f96ac18a9753c26
2+
refs/heads/master: a1b40d51367ab74a39e1279cc6821bd4e80f747b
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/libcore/rand.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ impl extensions for rng {
5959

6060
#[doc = "Return a random uint"]
6161
fn gen_uint() -> uint {
62-
self.gen_u64() as u64
62+
self.gen_u64() as uint
6363
}
6464

6565
#[doc = "Return a uint randomly chosen from the range [start, end], \

0 commit comments

Comments
 (0)