Skip to content

Commit 806ad68

Browse files
committed
---
yaml --- r: 55222 b: refs/heads/snap-stage3 c: 0c34cab h: refs/heads/master v: v3
1 parent 05539f8 commit 806ad68

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,7 +1,7 @@
11
---
22
refs/heads/master: 5f13e9ccc2e3328d4cd8ca49f84e6840dd998346
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: d3e7c746dddf24935bd55330d20b692fb0e691a6
4+
refs/heads/snap-stage3: 0c34cab3db76d100ea7bbe4cd776f27b5f971d2c
55
refs/heads/try: 8eb2bab100b42f0ba751552d8eff00eb2134c55a
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/etc/ziggurat_tables.py

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

branches/snap-stage3/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/snap-stage3/src/libcore/rand/distributions.rs

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

0 commit comments

Comments
 (0)