summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Bort <dbort@golang.org>2009-10-09 15:16:00 -0700
committerDave Bort <dbort@golang.org>2009-10-09 15:16:00 -0700
commite64a6695bbf3c61e7dc68e64d15c77e0b2290ac3 (patch)
tree4b344d1409bb7611abeaca66f875e7a57cc5085c
parent536e9ca07a606f07d9a66ad57951d7e37b177fde (diff)
downloadgolang-e64a6695bbf3c61e7dc68e64d15c77e0b2290ac3.tar.gz
Move rand.go to rng.go to prepare for some surgery.
R=rsc APPROVED=rsc DELTA=637 (318 added, 318 deleted, 1 changed) OCL=35534 CL=35536
-rw-r--r--src/pkg/rand/Makefile2
-rw-r--r--src/pkg/rand/rng.go (renamed from src/pkg/rand/rand.go)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/rand/Makefile b/src/pkg/rand/Makefile
index 142aa7f4c..29557caa7 100644
--- a/src/pkg/rand/Makefile
+++ b/src/pkg/rand/Makefile
@@ -6,6 +6,6 @@ include $(GOROOT)/src/Make.$(GOARCH)
TARG=rand
GOFILES=\
- rand.go\
+ rng.go\
include $(GOROOT)/src/Make.pkg
diff --git a/src/pkg/rand/rand.go b/src/pkg/rand/rng.go
index fe6d00b24..fe6d00b24 100644
--- a/src/pkg/rand/rand.go
+++ b/src/pkg/rand/rng.go