Files
tinygo/builder
Ayke van Laethem e9003e2deb runtime: add runtime.rand function
This function is needed for Go 1.22, and is used from various packages
like math/rand.

When there is no random number generator available, it falls back to a
static sequence of numbers. I think this is fine, because as far as I
can see it is only used for non-cryptographic needs.
2024-01-19 13:46:27 +01:00
..
2022-11-06 09:05:05 +01:00
2023-02-26 19:22:10 +01:00
2023-04-18 22:51:49 +02:00
2023-01-30 21:42:47 +01:00
2024-01-19 13:46:27 +01:00