aboutsummaryrefslogtreecommitdiff
path: root/std/rand.zig
AgeCommit message (Expand)Author
2017-03-16introduce new test syntaxAndrew Kelley
2017-02-12slice and array re-work plus some misc. changesAndrew Kelley
2017-01-22use comptime instead of inline for var and paramsAndrew Kelley
2016-12-31IR: progress toward compiling standard libraryAndrew Kelley
2016-12-18IR: add FnProto instructionAndrew Kelley
2016-09-28remove compiler directivesAndrew Kelley
2016-09-26add this keyword refers to thing in immediate scopeAndrew Kelley
2016-09-26std/rand: remove unneeded TODOAndrew Kelley
2016-09-05rename compileErr builtin to compileErrorAndrew Kelley
2016-08-17progress toward stack trace printingAndrew Kelley
2016-08-16std: conform to style guidelinesAndrew Kelley
2016-07-28std: add tests for mt32 and mt64Andrew Kelley
2016-07-27std: add vaporware plans for floating point builtinsAndrew Kelley
2016-07-27explicit wrapping integer operationsAndrew Kelley
2016-07-27std: cleanup of randAndrew Kelley
2016-07-26std: improve rand implementation and APIAndrew Kelley
2016-07-26unsigned integers for sizes of thingsAndrew Kelley
2016-05-09add debug safety for shortening castsAndrew Kelley
2016-05-05add integer wrappingAndrew Kelley
2016-04-19add optional continue expression to while loopAndrew Kelley
2016-04-12passing all testsAndrew Kelley
2016-04-07support multiple generic function instancesAndrew Kelley
2016-03-01rewrite how importing worksAndrew Kelley
2016-02-07remove ptr field access of arraysAndrew Kelley
2016-02-07blocks with one statement pass constant expression evalAndrew Kelley
2016-02-05update for loop syntaxAndrew Kelley
2016-02-05add rand.float32 to standard libraryAndrew Kelley
2016-01-25variable initializations are now mandatoryAndrew Kelley
2016-01-25syntax: back to -> for return type, no more =>Andrew Kelley
2016-01-24fix parameter access of sret functionsAndrew Kelley
2016-01-22character literal returns a number literalAndrew Kelley
2016-01-18use signed integer for sizes of thingsAndrew Kelley
2016-01-18refactor std to use for loopAndrew Kelley
2016-01-15add void arrays testAndrew Kelley
2016-01-14instead of 'as' to cast, call type as functionAndrew Kelley
2016-01-13all types are now expressionsAndrew Kelley
2016-01-10detect and report top level decl dependency loopAndrew Kelley
2016-01-08implement unknown size array indexing and slicingAndrew Kelley
2016-01-06while detects simple constant conditionAndrew Kelley
2016-01-06support pub structs. move rand to std lib.Andrew Kelley