1
0
mirror of https://github.com/golang/go synced 2024-11-12 09:20:22 -07:00

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
This commit is contained in:
Dave Bort 2009-10-09 15:16:00 -07:00
parent ebd27d62fd
commit 9aa68dbdb6
2 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ include $(GOROOT)/src/Make.$(GOARCH)
TARG=rand
GOFILES=\
rand.go\
rng.go\
include $(GOROOT)/src/Make.pkg