aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/math/rand/example_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/math/rand/example_test.go')
-rw-r--r--src/pkg/math/rand/example_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/math/rand/example_test.go b/src/pkg/math/rand/example_test.go
index b93a371a04..f429914531 100644
--- a/src/pkg/math/rand/example_test.go
+++ b/src/pkg/math/rand/example_test.go
@@ -83,8 +83,8 @@ func Example_rand() {
// Perm generates a random permutation of the numbers [0, n).
show("Perm", r.Perm(5), r.Perm(5), r.Perm(5))
// Output:
- // Float32 0.73793465 0.38461488 0.9940225
- // Float64 0.6919607852308565 0.29140004584133117 0.2262092163027547
+ // Float32 0.2635776 0.6358173 0.6718283
+ // Float64 0.628605430454327 0.4504798828572669 0.9562755949377957
// ExpFloat64 0.3362240648200941 1.4256072328483647 0.24354758816173044
// NormFloat64 0.17233959114940064 1.577014951434847 0.04259129641113857
// Int31 1501292890 1486668269 182840835