소스 검색

core Header modifications in rand library - SVN IDs

Olle E. Johansson 10 년 전
부모
커밋
6e8121f4b2
2개의 변경된 파일1개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 2
      rand/fastrand.c
  2. 1 6
      rand/fastrand.h

+ 0 - 2
rand/fastrand.c

@@ -1,8 +1,6 @@
 /*
  * fast pseudo random generation 
  *
- * $Id$
- *
  * Copyright (C) 2007 iptelorg GmbH
  *
  * Permission to use, copy, modify, and distribute this software for any

+ 1 - 6
rand/fastrand.h

@@ -1,8 +1,6 @@
 /*
  * fast pseudo random generation 
  *
- * $Id$
- *
  * Copyright (C) 2007 iptelorg GmbH
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -16,10 +14,7 @@
  * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- */
-/*
- *History:
- *--------
+ *
  *  2007-06-15  wrapper around isaac (see 
  *              http://www.burtleburtle.net/bob/rand/isaacafa.html) (andrei)
  */