1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

20 Commits

Author SHA1 Message Date
6756d28595 all: 2023 copyright 2023-03-28 22:55:57 +02:00
3647fb4def rand: move dist functions to top module and PRNG interface; minor cleanup (#14481) 2022-05-22 13:21:52 +03:00
fbb9e65c0f all: ~500 more byte=>u8 2022-04-15 18:25:45 +03:00
d4a0d6f73c all: byte => u8 2022-04-15 14:58:56 +03:00
3f90809035 rand: add missing pub modifiers for .byte() and .u32() methods (#13992) 2022-04-10 11:43:46 +03:00
a0d9e6e1c2 rand: extend PRNG interface, add buffering support (#13608) 2022-02-28 13:17:54 +02:00
114a341f5f rand: simplify rand.PRNG, move to optional types for error handling (#13570) 2022-02-23 12:36:14 +02:00
59ed4be49a all: update copyright year 2022-01-04 12:21:12 +03:00
8837712f2b rand: fix leaks with -autofree 2021-09-23 12:24:03 +03:00
e5360e164a fmt: remove unnecessary parentheses after return (fix #11423) (#11435) 2021-09-08 14:19:53 +03:00
dd00c79861 rand: fix wrong function signature (#9808) 2021-04-21 12:20:55 +03:00
c5a18812e2 rand: move constants from rand.util to a new module rand.constants (#8408) 2021-01-29 11:57:30 +02:00
97103f680a rand: separate rand.util and rand.seed submodules (#8353) 2021-01-26 15:55:09 +02:00
ac2c3847af all: update copyright to 2019-2021 (#8029) 2021-01-18 13:20:06 +01:00
ed6ba0a2b8 rand: document all functions, document range notation form, fix copy-pasta (#7619) 2020-12-27 20:06:17 +02:00
7224cd667c rand: use full import in tests (fix -usecache) 2020-12-22 22:04:51 +11:00
dab66593fc vlib: run vfmt over vlib files, so that v doc -m vlib/ can run without warnings 2020-10-21 12:54:10 +03:00
5086fd537c checker: prompt error on implicit int overflow by literal (#6410) 2020-09-20 16:29:01 +02:00
289974dd15 rand: use time microseconds too in default rand initialization; generate proper uuid_v4 2020-07-24 14:33:58 +03:00
e649cf84e3 rand: reorganize: phase 2 2020-06-09 15:06:07 +02:00