1
0
mirror of https://github.com/golang/go synced 2024-11-17 20:24:46 -07:00

math/rand: fix typo in comment

This commit is contained in:
Toasa 2021-01-04 21:41:37 +09:00
parent b01fb2af9e
commit e138804b1a

View File

@ -4,7 +4,7 @@
// +build ignore
// This program computes the value of rng_cooked in rng.go,
// This program computes the value of rngCooked in rng.go,
// which is used for seeding all instances of rand.Source.
// a 64bit and a 63bit version of the array is printed to
// the standard output.