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
Age
Commit message (
Expand
)
Author
2018-12-12
breaking API changes to all readInt/writeInt functions & more
Andrew Kelley
2018-11-24
factor out and expose biased range limiting function
Josh Wolfe
2018-11-24
test lots of types
Josh Wolfe
2018-11-24
add biased random range api
Josh Wolfe
2018-11-24
better debiased random range implementation
Josh Wolfe
2018-11-19
std/rand: fix ziggurat next_f64 call
Marc Tiehuis
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-26
remove @minValue,@maxValue; add std.math.minInt,maxInt
Andrew Kelley
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-09-27
overhaul api for getting random integers (#1578)
Josh Wolfe
2018-08-03
Fix the start-less-than-end assertion in std.rand.Random.range (#1325)
Matthew D. Steele
2018-06-27
Fix up some std.rand syntax #1161 (#1162)
tgschultz
2018-06-17
remove integer and float casting syntax
Andrew Kelley
2018-05-31
use * for pointer type instead of &
Andrew Kelley
2018-05-30
run zig fmt on the codebase
Andrew Kelley
2018-05-29
run zig fmt on the codebase
Andrew Kelley
2018-04-16
Add exp/norm distributed random float generation
Marc Tiehuis
2018-03-29
fix examples and rename std.rand.Rand to std.rand.Random
Andrew Kelley
2018-03-30
Rewrite Rand functions
Marc Tiehuis