]> Cypherpunks repositories - gostls13.git/commit
math/rand: update comment to avoid use of ^ for exponentiation
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 4 Dec 2019 17:04:02 +0000 (17:04 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 4 Dec 2019 21:14:24 +0000 (21:14 +0000)
commit7d1d94462684e14cd46ff27f75e0d3ba51034222
tree0e3764ef1706ac705e56da78edaafc43d770fef5
parent98e7270a3d03c2741fc790ea619e5754c49e05ed
math/rand: update comment to avoid use of ^ for exponentiation

Fixes #35920

Change-Id: I1a4d26c5f7f3fbd4de13fc337de482667d83c47f
Reviewed-on: https://go-review.googlesource.com/c/go/+/209758
Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com>
src/math/rand/rand.go