about summary refs log tree commit diff
path: root/src/libcore/rand.rs
AgeCommit message (Expand)AuthorLines
2012-08-27make rand code use slicesNiko Matsakis-13/+13
2012-08-27libcore: Replace a bunch of "== None" with ".is_none()".Patrick Walton-2/+2
2012-08-27Camel case various core constructorsBrian Anderson-16/+16
2012-08-26Camel case the option typeBrian Anderson-13/+13
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-1/+1
2012-08-17Remove the class keywordBrian Anderson-1/+1
2012-08-14Convert more core types to camel caseBrian Anderson-18/+19
2012-08-08Convert impls to new syntaxBrian Anderson-3/+3
2012-08-01Convert ret to returnBrian Anderson-5/+5
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-1/+1
2012-07-16Prevent random floats from occasionally being greater than 1.Jed Davis-4/+4
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-4/+4
2012-07-06Move string append to libraries. Closes #2710.Michael Sullivan-3/+3
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-46/+60
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-5/+5
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-32/+32
2012-06-27Removed pretty much all the vector+ from core (issue #2719)Eric Holk-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-30/+31
2012-06-21[NEEDS SNAPSHOT] Port remainder of resources to classes in libcoreTim Chevalier-2/+6
2012-06-07Use #[cfg(unix)] and #[cfg(windows)] everywhereBrian Anderson-2/+2
2012-06-06miscellaneous pure annotations and other small changes.Niko Matsakis-1/+1
2012-06-05rt: Fix iaac_init using wrong type and not seeding correctlyBrian Anderson-0/+11
2012-05-30Add xorshift to core::rand, which gave a 3x speedup for graph generation in t...Eric Holk-0/+30
2012-05-26core: Make range follow the for loop protocolBrian Anderson-1/+1
2012-05-21core: Fix typos in ignore attrsBrian Anderson-2/+2
2012-05-21core: Rework some rand functions to be more consistentBrian Anderson-27/+27
2012-05-21core: Ignore another should_fail test on win32Brian Anderson-0/+1
2012-05-21core: Ignore a should_fail test on win32Brian Anderson-0/+1
2012-05-21core: Fix types in rand modBrian Anderson-1/+1
2012-05-21add a seeded random number generator so that sequences of random numbers can ...Gareth Daniel Smith-7/+39
2012-05-21add a bunch more rand::rng extension methods - one for each primitive type an...Gareth Daniel Smith-38/+275
2012-05-21separate the rand::rng gen_* methods out into an iface-less-impl so that the ...Gareth Daniel Smith-43/+61
2012-03-15core: DocsBrian Anderson-1/+3
2012-03-13Overhaul constructor naming in libsBrian Anderson-4/+4
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-0/+113