diff options
| author | Dave Bort <dbort@golang.org> | 2009-10-09 15:16:00 -0700 | 
|---|---|---|
| committer | Dave Bort <dbort@golang.org> | 2009-10-09 15:16:00 -0700 | 
| commit | e64a6695bbf3c61e7dc68e64d15c77e0b2290ac3 (patch) | |
| tree | 4b344d1409bb7611abeaca66f875e7a57cc5085c | |
| parent | 536e9ca07a606f07d9a66ad57951d7e37b177fde (diff) | |
| download | golang-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/Makefile | 2 | ||||
| -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 | 
