X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=random.lisp;h=b9ac6272d154579bc79977c449f48bc9e47cd383;hp=273817a2ecf9f3ebc05f160c2379b89614dd3d39;hb=baaf50bd67cbb36d51bfaf0b473cc914d140a41b;hpb=30b4f8d91af2bb031e8d4ef7d5a38492739de2bf diff --git a/random.lisp b/random.lisp index 273817a..b9ac627 100644 --- a/random.lisp +++ b/random.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: random.lisp,v 1.3 2002/10/10 16:23:48 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -16,7 +16,7 @@ ;;;; (http://opensource.franz.com/preamble.html), also known as the LLGPL. ;;;; ************************************************************************* -(in-package :kmrcl) +(in-package #:kmrcl) (defun seed-random-generator () "Evaluate a random number of items"