Преглед изворни кода

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)
  */