index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
std
/
rand.zig
Age
Commit message (
Expand
)
Author
2019-05-04
std: Remove some assumptions about the host platform
LemonBoy
2019-03-02
rename std lib files to new convention
Andrew Kelley
2018-03-30
Rewrite Rand functions
Marc Tiehuis
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-14
remove 32-bit windows from supported targets list
Andrew Kelley
2018-01-09
remove %% prefix operator
Andrew Kelley
2018-01-07
Fixed the call to mem.readInt in Rand.scalar
Jimmi Holst Christensen
2017-12-23
move std/debug.zig to a subdirectory
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-12-04
rename builtin.is_big_endian to builtin.endian
Andrew Kelley
2017-10-15
disable some of the failing tests
Andrew Kelley
2017-10-01
add windows 32 bit to test matrix
Andrew Kelley
2017-08-19
bit shifting safety
Andrew Kelley
2017-08-09
more intuitive left shift and right shift operators
Andrew Kelley
2017-06-14
partial implementation of printing floating point numbers with errol3
Andrew Kelley
2017-05-31
change std.rand.Rand.rangeUnsigned to std.rand.Rand.range
Andrew Kelley
2017-05-19
change slicing syntax from ... to ..
Andrew Kelley
2017-05-03
change while syntax
Andrew Kelley
2017-04-18
std.rand API follows idiomatic convention for init
Andrew Kelley
2017-04-18
rename `@intType` to `@IntType` to follow convention
Andrew Kelley
2017-03-16
introduce new test syntax
Andrew Kelley
2017-02-12
slice and array re-work plus some misc. changes
Andrew Kelley
2017-01-22
use comptime instead of inline for var and params
Andrew Kelley
2016-12-31
IR: progress toward compiling standard library
Andrew Kelley
2016-12-18
IR: add FnProto instruction
Andrew Kelley
2016-09-28
remove compiler directives
Andrew Kelley
2016-09-26
add this keyword refers to thing in immediate scope
Andrew Kelley
2016-09-26
std/rand: remove unneeded TODO
Andrew Kelley
2016-09-05
rename compileErr builtin to compileError
Andrew Kelley
2016-08-17
progress toward stack trace printing
Andrew Kelley
2016-08-16
std: conform to style guidelines
Andrew Kelley
2016-07-28
std: add tests for mt32 and mt64
Andrew Kelley
2016-07-27
std: add vaporware plans for floating point builtins
Andrew Kelley
2016-07-27
explicit wrapping integer operations
Andrew Kelley
2016-07-27
std: cleanup of rand
Andrew Kelley
2016-07-26
std: improve rand implementation and API
Andrew Kelley
2016-07-26
unsigned integers for sizes of things
Andrew Kelley
2016-05-09
add debug safety for shortening casts
Andrew Kelley
2016-05-05
add integer wrapping
Andrew Kelley
2016-04-19
add optional continue expression to while loop
Andrew Kelley
2016-04-12
passing all tests
Andrew Kelley
2016-04-07
support multiple generic function instances
Andrew Kelley
2016-03-01
rewrite how importing works
Andrew Kelley
2016-02-07
remove ptr field access of arrays
Andrew Kelley
2016-02-07
blocks with one statement pass constant expression eval
Andrew Kelley
2016-02-05
update for loop syntax
Andrew Kelley
2016-02-05
add rand.float32 to standard library
Andrew Kelley
2016-01-25
variable initializations are now mandatory
Andrew Kelley
2016-01-25
syntax: back to -> for return type, no more =>
Andrew Kelley
2016-01-24
fix parameter access of sret functions
Andrew Kelley
[next]