File: randtest.cfdg

package info (click to toggle)
contextfree 3.4.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,448 kB
  • sloc: cpp: 37,995; lex: 414; makefile: 123; sh: 43; python: 34
file content (10 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
startshape foo

rule foo {
	SQUARE {s rand_static() a -0.75}
	SQUARE {s rand_static(2, 4) a -0.75}
	SQUARE {s rand_static(1) a -0.75}
	SQUARE {s rand_static(1) a -0.75}
	SQUARE {s rand_static(1) a -0.75}
	SQUARE {s rand_static(1) a -0.75}
}