53 Commits

Author SHA1 Message Date
Diggory Hardy
e7b50109af Fix COPYRIGHT file and copy to sub-projects 2018-08-24 09:22:35 +01:00
Diggory Hardy
f7497f77a4 Update paths due to relocation
Repo moved from rust-lang-nursery to rust-random
AppVeyor CI is now managed by dhardy
2018-08-13 18:00:37 +01:00
Vinzent Steinberg
8c75a348bd Replace i128_support feature with compile-time detection
This breaks builds using the `i128_support` feature with nightlies
supporting `i128` before Rust 1.26.
2018-07-30 13:33:47 +02:00
Vinzent Steinberg
ba3d27313f Document simd_support feature 2018-07-27 13:50:40 +01:00
Vinzent Steinberg
a7f8f348f6 Implement From<RangeInclusive> for Uniform
Fixes #556.
2018-07-27 13:50:40 +01:00
Diggory Hardy
3f191be98a Doc: add new doc/ sub-directory with index 2018-07-12 12:52:02 +01:00
Alex Crichton
140385528f Add support for wasm-bindgen
This commit adds support to implement the `rand` crate on the
wasm32-unknown-unknown target with the `wasm-bindgen`-based runtime. This
supports being run both in node.js as well as browsers by delegating
appropriately.

Closes #478
2018-07-11 07:07:38 -07:00
BC Ko
30b3cbcf16
added license badge 2018-06-28 12:04:01 -07:00
Paul Dicker
f8b8ffc7ff
Merge pull request #487 from vks/patch-2
Correct float range in README
2018-06-05 13:16:00 +02:00
Mazdak Farrokhzad
4e2d716992
Fix typo in README "anabled" => "enabled. 2018-06-01 23:42:40 +02:00
Vinzent Steinberg
cc80995ab1
Correct float range in README 2018-06-01 11:13:56 +02:00
Paul Dicker
8ae5b43a96 Update changelog 2018-05-30 09:26:13 +02:00
Roman Stoliar
ab2aa95e7b Wrapped up an example in README.md 2018-05-26 16:15:03 +03:00
Roman Stoliar
7bdc967d26 replace char by ch as identifier 2018-05-26 13:24:31 +03:00
Paul Dicker
66c7025b56 Update version numbers: rand_core 0.2.0 and rand 0.5.0 2018-05-21 15:27:02 +02:00
Paul Dicker
f0dcebb89d Address comments 2018-05-11 14:26:20 +02:00
Paul Dicker
d90a41c8a5 A bit more work on the readme 2018-05-11 11:23:04 +02:00
Diggory Hardy
aa4c483410 rand 0.5.0-pre.1 pre-release 2018-04-22 10:07:53 +01:00
Paul Dicker
ec6f5dd1a4 Rename serde-1 to serde1 2018-04-04 18:26:01 +02:00
Paul Dicker
0e949c9c4a Rename Uniform to Standard 2018-04-02 16:02:41 +02:00
Diggory Hardy
34b166fed0 Update README regarding versions and compatibility shims 2018-03-27 12:24:23 +01:00
Paul Dicker
739ba95951 Add minimum rustc version badge 2018-03-27 10:44:20 +02:00
Paul Dicker
ef703fd99f Rename wasm-stdweb to stdweb 2018-03-26 17:09:01 +02:00
Paul Dicker
2158f7a035 Put stdweb dependency behind a target feature 2018-03-26 17:08:25 +02:00
Paul Dicker
3084c8b987 Add more badges to Readme.md 2018-03-25 20:40:39 +02:00
Diggory Hardy
2924bd6672 Readme: link both generated doc sites 2018-03-24 17:40:58 +00:00
Diggory Hardy
85c48405d0 Doc: big update to library doc 2018-03-24 16:36:59 +00:00
Diggory Hardy
a4363ca04f Update READMEs.
Better doc of features in both crates.
Update version req to 0.5.0-pre.0. More updates are needed for final 0.5.
2018-03-24 16:36:59 +00:00
Diggory Hardy
70150046b9 Update readme: rustc version policy 2018-03-11 12:10:06 +00:00
Diggory Hardy
ad7c569fef Update READMEs regarding rand_derive 2018-02-18 09:06:43 +00:00
Diggory Hardy
dbf8ac7340 Update readme: rustc version and testing 2018-02-15 11:12:45 +00:00
Diggory Hardy
33f1516165 Merge branch '0.4' 2018-02-05 13:37:24 +00:00
Diggory Hardy
31465bbbd7 Remove 0.3 from list of versions in README 2018-02-05 13:36:23 +00:00
Diggory Hardy
4102ec0b5a Add log feature 2018-01-31 18:33:46 +00:00
Gabriel Majeri
2da42d488c Merge branch 'master' into https 2018-01-09 08:35:22 +02:00
Diggory Hardy
770a2133c1 Update README regarding release versions 2018-01-02 14:36:07 +00:00
Diggory Hardy
38acb06e0e Update README regarding release versions 2018-01-02 14:35:06 +00:00
Diggory Hardy
b333d68713 Bump version to 0.4.1; update CHANGELOG and README 2017-12-18 11:25:52 +00:00
Diggory Hardy
0afeb1d056 Add no_std build support
Based on @jethrogb's core branch and my master branch
Plus some extra notes in README
2017-12-14 16:36:28 +00:00
Diggory Hardy
d1ed3777ca Update rand-derive version requirement 2017-12-11 16:47:56 +00:00
Diggory Hardy
07d159e3a3 Bump version number to 0.4.0-pre.0 and add note to README 2017-12-11 16:39:13 +00:00
James Tucker
b45753ed9c Update README.md license section
The license declaration in the README is non-specific. I think this is a hold-over from extraction from the Rust repo. The Rust repo has a file that details the other licenses involved. I scanned through this code and most of it has a rust standard mit/apache header. Some files have no header, and could be under BSD, but if that's the case, that specific license text needs to be added somewhere to this repo.
2017-10-05 16:12:50 -07:00
Alex Crichton
60ba9e5780 Update rand-derive to rand_derive more 2017-07-30 10:44:50 -07:00
Alex Crichton
7ab8fe5160 Rename to rand-derive and update URLs 2017-06-14 12:24:32 -07:00
Alex Crichton
7e0ca7effa Expand README with rand_derive information 2017-06-14 12:22:22 -07:00
Craig Hills
557b696d80 Expand the README to include some basic examples.
These examples are enough to show basic use without going into great detail.  They are simply enough to get a feel for the use without jumping over into the full documentation.
2015-12-10 10:41:58 -05:00
Alex Crichton
d2465a0f4d Update travis url in README 2015-09-21 17:01:51 -07:00
Alex Crichton
c77b942dbb Use https for docs 2015-09-21 16:50:40 -07:00
Alex Crichton
ad285fc3e9 Add appveyor build status to README 2015-04-29 10:43:14 -07:00
Brian Campbell
e26522a82b Bump version number in README.md 2015-03-28 10:18:39 -04:00