|
|
|
|
|
by bklyn11201
765 days ago
|
|
> Go 1.22 makes your programs more secure without any code changes. We did this by identifying the common mistake of accidentally using math/rand instead of crypto/rand and then strengthening math/rand. This is one small step in Go’s ongoing journey to keep programs safe by default. This is such a developer-friendly take especially for all of us who have had unfortunate run-ins with java.util.Random |
|