about summary refs log tree commit diff
path: root/src/libstd/rand
AgeCommit message (Expand)AuthorLines
2014-10-06Fixed iOS build (statics name lint)Valerii Hiora-0/+1
2014-10-03rollup merge of #17387 : sneves/masterAlex Crichton-1/+1
2014-09-30Fix libstdSteven Fackler-1/+1
2014-09-30Include ChaCha pseudorandom generatorSamuel Neves-1/+1
2014-09-26Disable runtime split stack support on WindowsBrian Anderson-39/+1
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-1/+1
2014-08-26auto merge of #16742 : vhbit/rust/ios-ffi-fix, r=alexcrichtonbors-0/+1
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-3/+6
2014-08-25Adopting FFI changes for iOSValerii Hiora-0/+1
2014-08-21auto merge of #16362 : nham/rust/std_rand_pi_example, r=huonwbors-0/+43
2014-08-21Use unicode pi symbol in pi estimation example. Additional tweaksnham-7/+7
2014-08-21Surround formula in a 'notrust' code blocknham-0/+2
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-2/+2
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-2/+2
2014-08-08Remove the dist function; it is more efficient to compare squared distancesnham-5/+1
2014-08-08Add example of estimating pi using Monte Carlo simulation to std::randnham-0/+45
2014-08-04Fix crash in OsRng when compiling with -O.Vadim Chugunov-2/+3
2014-07-28doc: use //! instead of /*! ... */ in std::randJonas Hietala-167/+163
2014-07-28doc: More efficient Monty Hall simulationJonas Hietala-8/+8
2014-07-28doc: Monty Hall simulation for std::randJonas Hietala-0/+103
2014-07-18Improve documentation for rand::randomSteve Klabnik-9/+14
2014-06-30libstd: set baseline stability levels.Aaron Turon-0/+2
2014-06-29rand: Small fix in parameter namePiotr Jawniak-5/+5
2014-06-28Rename all raw pointers as necessaryAlex Crichton-2/+3
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-16/+16
2014-06-16auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichtonbors-2/+67
2014-06-13auto merge of #14816 : theptrk/rust/unclear-comment, r=huonwbors-1/+1
2014-06-12Basic iOS supportValerii Hiora-2/+67
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-14/+12
2014-06-10Fix unclear wording of commenttheptrk-1/+1
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-2/+2
2014-06-06Rename Iterator::len to countAaron Turon-6/+6
2014-05-30windows: Allow snake_case errors for now.Kevin Butler-1/+2
2014-05-30Rename OSRng to OsRngPiotr Jawniak-25/+25
2014-05-29std: Recreate a `rand` moduleAlex Crichton-0/+896
2014-03-12std: Move rand to librand.Huon Wilson-3886/+0
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-10/+10
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-2/+2
2014-02-24Remove std::default::Default from the preludeBrendan Zabarauskas-0/+1
2014-02-20move extra::test to libtestLiigo Zhuang-4/+8
2014-02-17Remove Real trait and move methods into FloatBrendan Zabarauskas-3/+3
2014-02-14Fix all code examplesAlex Crichton-1/+1
2014-02-03std: Remove io::io_errorAlex Crichton-10/+10
2014-01-31Introduce marker types for indicating variance and for opting outNiko Matsakis-4/+5
2014-01-30Remove Times traitBrendan Zabarauskas-2/+1
2014-01-29Removing do keyword from libstd and librustcScott Lawrence-2/+2
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-1/+1
2014-01-25Uppercase numeric constantsChris Wong-3/+3
2014-01-17auto merge of #11503 : FlaPer87/rust/master, r=huonwbors-1/+1