Commit Graph

45 Commits

Author SHA1 Message Date
945ce6ee14
Feat: RandStrWithUpper 2022-07-13 05:09:07 -07:00
48eeb84afd
gofmt -s 2022-07-13 01:15:15 -07:00
f3320e756c
Bump zerolog (for printf error handling) 1.26.1 -> 1.27.0 2022-07-13 01:13:07 -07:00
dependabot[bot]
d37befbf39
Bump github.com/rs/zerolog from 1.26.1 to 1.27.0
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.26.1 to 1.27.0.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.26.1...v1.27.0)

---
updated-dependencies:
- dependency-name: github.com/rs/zerolog
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-13 08:10:21 +00:00
17aa515904
Create dependabot.yml 2022-07-13 01:09:58 -07:00
ed7837591a
Merge branch 'fast-rand' 2022-07-12 02:11:20 -07:00
30f94d6eae
Enhancement: shared/global rand objs + add benchmarks 2022-07-12 02:00:54 -07:00
d07f8de105
Docs: improve range iteration documentation 2022-07-08 03:51:12 -07:00
3d8d392d8b
Feat: Add new hash functions + Testing: improve coverage 2022-07-04 00:43:03 -07:00
06cc556626
Update README.md 2022-05-29 22:36:31 -07:00
0dda286965
Coverage: Fprint testing 2022-05-29 22:29:07 -07:00
56c9b804e5
Add: Float64 byte slice conversions 2022-05-29 22:06:34 -07:00
84d2f8bc95
Revert: Make packages independant 2022-05-15 15:52:37 -07:00
3192308f1c
Modules: Make packages independant 2022-05-15 15:46:23 -07:00
ca58630bde
Release v0.3.5 2022-03-26 20:25:30 -07:00
d79368c7b9
Release v0.3.5 2022-03-26 20:25:04 -07:00
5aaf70930c
Release v0.3.5 2022-03-26 20:24:30 -07:00
32c4020301
Release v0.3.4 2022-03-26 20:24:24 -07:00
8fd6fde78b
Fix: github CI for go 1.18 2022-03-26 20:21:07 -07:00
94590bbc23
Improve test coverage and documentation 2022-03-26 20:19:17 -07:00
1c8fd87a7f
Implement generics, fix race condition in network 2022-03-26 08:25:52 -07:00
f14edc3ef8
Entropy: split out functions and export them 2022-03-23 23:22:02 -07:00
d3a00b44f4
Style: shorten line 2022-03-15 21:07:27 -07:00
04e1bde185 Merge pull request 'Introduce new PRNG with drastically better performance' (#1) from entropy into master
Reviewed-on: #1
2022-03-16 03:43:52 +00:00
c36496d75d
Introduce new PRNG with drastically better performance
Signed-off-by: kayos@tcp.direct <kayos@tcp.direct>
2022-03-15 20:39:22 -07:00
28c6a6193d
racecar 2022-03-11 23:06:53 -08:00
e6ab8cbd53
Testing: ip pointer range iteration 2022-03-11 21:56:07 -08:00
d800b6f925
Documentation: literals -> pointers 2022-03-11 20:55:24 -08:00
32552a358c
Update go.yml 2022-03-11 20:43:59 -08:00
772d8d4b4f
Create codeql-analysis.yml 2022-03-11 20:42:24 -08:00
993dfdd805
Create go.yml 2022-03-11 20:37:43 -08:00
737458198e
Improve coverage 2022-02-12 19:27:04 -08:00
99d3d82219
Testing: add more test cases 2022-02-12 18:14:54 -08:00
40e3d2190a
Modularize 2022-02-10 04:54:55 -08:00
57029ed818
#justcommonthingz 2022-02-08 04:21:57 -08:00
ff16a2e12e
Add: docs 2022-02-04 04:49:31 -08:00
3ecb1531ad
Fix: missing release mapping 2022-02-04 04:47:17 -08:00
88a8e92b6a
Add: linux uname via syscall package 2022-02-04 04:34:13 -08:00
65b7d32841
Add: squish docs 2022-02-04 00:05:33 -08:00
3769c54b38
Add: squish 2022-02-04 00:04:22 -08:00
ea9c4c9b10 Make godoc happy.. harder 2022-01-01 23:48:31 -08:00
37d32621e8 Make godoc happy 2022-01-01 23:44:05 -08:00
124fd53ebc Testing: add entropy test for the giggles 2022-01-01 23:34:30 -08:00
7222e460b1 Add: random string, docs 2022-01-01 14:01:21 -08:00
909db53116 init 2022-01-01 13:39:27 -08:00