Skip to content

Commit dae6816

Browse files
committed
---
yaml --- r: 59863 b: refs/heads/master c: 0c34cab h: refs/heads/master i: 59861: 22b4437 59859: 8d96a94 59855: e7fee35 v: v3
1 parent 624170a commit dae6816

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: d3e7c746dddf24935bd55330d20b692fb0e691a6
2+
refs/heads/master: 0c34cab3db76d100ea7bbe4cd776f27b5f971d2c
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2d28d645422c1617be58c8ca7ad9a457264ca850
55
refs/heads/try: c50a9d5b664478e533ba1d1d353213d70c8ad589

trunk/src/etc/ziggurat_tables.py

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

trunk/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;

trunk/src/libcore/rand/distributions.rs

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

0 commit comments

Comments
 (0)