File: dieharder.php

package info (click to toggle)
dieharder 3.31.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,532 kB
  • sloc: ansic: 17,042; sh: 4,377; makefile: 498; perl: 73; php: 2
file content (13 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

//
// A "Standard Document" wrapper.  I could ALMOST make this work
// according to its OWN name, were it not that the document title might
// be longer and different...
//

include("common.php");

display_doc("dieharder" , "dieharder");

?>