-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest1.php
executable file
·85 lines (72 loc) · 3.03 KB
/
test1.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>RANDOM.ORG - Integer Generator</title>
<link rel="stylesheet" type="text/css" href="/style.css" media="all" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="/iestyle.css" media="all" />
<![endif]-->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="Keywords" content="true random numbers" />
<meta name="description" content="This page allows you to generate random integers using true randomness, which for many purposes is better than the pseudo-random number algorithms typically used in computer programs." />
<meta name="author" content="Mads Haahr" />
<script type="text/javascript" src="/random.js"></script>
</head>
<body>
<div id="invisible"><ul id="navigation">
<li><a href="/">Home</a></li>
<li><a href="/randomness/">Introduction</a></li>
<li><a href="/statistics/">Statistics</a></li>
<li><a href="/integers/">Numbers</a></li>
<li><a href="/draws/">Drawings</a></li>
<li><a href="/quota/">Quota</a></li>
<li><a href="/testimonials/">Testimonials</a></li>
<li><a href="/faq/">FAQ</a></li>
<li><a href="/mads/">Contact</a></li>
<li><a href="/account/">Login</a></li>
<li><a href="/news/">What's New!</a></li>
</ul>
<div id="search">
<form action="/search/" id="cse-search-box">
<div>
Search RANDOM.ORG<br />
<input type="hidden" name="cx" value="014319072506142697491:erhsk40qqno" />
<input type="hidden" name="cof" value="FORID:10" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" size="16" /> <input type="submit" name="sa" value="Search" />
</div>
</form>
<script type="text/javascript" src="/cse-search-box.js"></script>
</div>
<h1><span>True Random Number Service</span></h1>
<h2>Random Integer Generator</h2>
<p>Here are your random numbers:</p>
<pre class="data">1
1
0
1
1
1
1
1
0
1
</pre>
<p>Timestamp: 2009-05-26 06:12:01 UTC</p>
<p></p>
<form method="get" action="">
<input type="hidden" name="num" value="10" />
<input type="hidden" name="min" value="0" />
<input type="hidden" name="max" value="1" />
<input type="hidden" name="col" value="1" />
<input type="hidden" name="base" value="10" />
<input type="hidden" name="format" value="html" />
<input type="hidden" name="rnd" value="new" />
<input type="submit" value="Again!" />
<input type="button" onclick="history.go(-1);" value="Go Back" />
</form>
<p></p>
<div class="ruler"></div>
<span style="font-size: 0.8em;">© 1998-2009 <a href="/mads/">Mads Haahr</a> <br /><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0 Transitional</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer">Valid CSS</a><br /><a href="http://tsdigitalarts.com/index.html" target="_blank">Web Design by TSDA</a></span></div>
</body>
</html>