-
Notifications
You must be signed in to change notification settings - Fork 0
/
rule31.maml
40 lines (38 loc) · 1.49 KB
/
rule31.maml
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
<?xml version="1.0" encoding="UTF-8"?>
<CDPlusPlus_Builder_Version_1.0.0>
<comment>/******************************************************************* </comment>
<comment>* </comment>
<comment>* DESCRIPTION: building RNG model using CD++ for rule 31, </comment>
<comment>* </comment>
<comment>* AUTHOR: Abdulelah Alsanad </comment>
<comment>* </comment>
<comment>* EMAIL: [email protected] </comment>
<comment>* </comment>
<comment>* DATE: 1/12/2005 </comment>
<comment>* </comment>
<comment>*******************************************************************/ </comment>
<top>
<components> rng </components>
</top>
<rng>
<type> cell </type>
<width> 8 </width>
<height> 8 </height>
<delay> transport </delay>
<defaultDelayTime> 100 </defaultDelayTime>
<border> wrapped </border>
<neighbors> rng(-1,0) </neighbors>
<neighbors> rng(0,-1) rng(0,0) rng(0,1) </neighbors>
<neighbors> rng(1,0) </neighbors>
<initialvalue> 0 </initialvalue>
<initialrowvalue> 0 00010000 </initialrowvalue>
<comment>initialrowvalue : 1 11010101 </comment>
<comment>initialrowvalue : 2 00001010 </comment>
<comment>initialrowvalue : 3 11010100 </comment>
<comment>initialrowvalue : 4 01010111 </comment>
<comment>initialrowvalue : 6 11111111 </comment>
<comment>initialrowvalue : 7 10100011 </comment>
<localtransition> rng-rule31 </localtransition>
<comment> Rule 31 </comment>
</rng>
</CDPlusPlus_Builder_Version_1.0.0>