aboutsummaryrefslogtreecommitdiff
path: root/std/rand.zig
AgeCommit message (Expand)Author
2019-05-04std: Remove some assumptions about the host platformLemonBoy
2019-03-02rename std lib files to new conventionAndrew Kelley
2018-03-30Rewrite Rand functionsMarc Tiehuis
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-14remove 32-bit windows from supported targets listAndrew Kelley
2018-01-09remove %% prefix operatorAndrew Kelley
2018-01-07Fixed the call to mem.readInt in Rand.scalarJimmi Holst Christensen
2017-12-23move std/debug.zig to a subdirectoryAndrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-12-04rename builtin.is_big_endian to builtin.endianAndrew Kelley
2017-10-15disable some of the failing testsAndrew Kelley
2017-10-01add windows 32 bit to test matrixAndrew Kelley
2017-08-19bit shifting safetyAndrew Kelley
2017-08-09more intuitive left shift and right shift operatorsAndrew Kelley
2017-06-14partial implementation of printing floating point numbers with errol3Andrew Kelley
2017-05-31change std.rand.Rand.rangeUnsigned to std.rand.Rand.rangeAndrew Kelley
2017-05-19change slicing syntax from ... to ..Andrew Kelley
2017-05-03change while syntaxAndrew Kelley
2017-04-18std.rand API follows idiomatic convention for initAndrew Kelley
2017-04-18rename `@intType` to `@IntType` to follow conventionAndrew Kelley
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