Skip to content

Commit

Permalink
Update godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
itsubaki committed Apr 13, 2024
1 parent 54f1fb2 commit c3d912d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/rand/math.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

var Float64 = rand.Float64

// Const returns a constant number in [0.0, 1.0).
// Const returns a sequence of numbers fixed by seeds.
func Const(seed ...uint64) func() float64 {
var s0, s1 uint64
if len(seed) > 0 {
Expand Down

0 comments on commit c3d912d

Please sign in to comment.