Skip to content

Commit 155a8f8

Browse files
committed
---
yaml --- r: 56629 b: refs/heads/auto c: 0c34cab h: refs/heads/master i: 56627: 1511797 v: v3
1 parent 6c2b541 commit 155a8f8

File tree

6 files changed

+15
-702
lines changed

6 files changed

+15
-702
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
1414
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1515
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1616
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
17-
refs/heads/auto: d3e7c746dddf24935bd55330d20b692fb0e691a6
17+
refs/heads/auto: 0c34cab3db76d100ea7bbe4cd776f27b5f971d2c
1818
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1919
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c

branches/auto/src/etc/ziggurat_tables.py

Lines changed: 0 additions & 121 deletions
This file was deleted.

branches/auto/src/libcore/rand.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ and so can be used to generate any type that implements `Rand`. Type inference
1616
means that often a simple call to `rand::random()` or `rng.gen()` will
1717
suffice, but sometimes an annotation is required, e.g. `rand::random::<float>()`.
1818
19-
See the `distributions` submodule for sampling random numbers from
20-
distributions like normal and exponential.
21-
2219
# Examples
2320
~~~
2421
use core::rand::RngUtil;
@@ -50,9 +47,6 @@ use util;
5047
use vec;
5148
use libc::size_t;
5249

53-
#[path="rand/distributions.rs"]
54-
pub mod distributions;
55-
5650
/// A type that can be randomly generated using an Rng
5751
pub trait Rand {
5852
fn rand<R: Rng>(rng: &R) -> Self;

branches/auto/src/libcore/rand/distributions.rs

Lines changed: 0 additions & 148 deletions
This file was deleted.

0 commit comments

Comments
 (0)