about summary refs log tree commit diff stats
path: root/064random.cc
Commit message (Collapse)AuthorAgeFilesLines
* 1441 - give up on unit tests for 'random'Kartik K. Agaram2015-05-231-1/+2
| | | | | | | | | | I'd been hoping that I could simply pass in the previously-returned number to srand() to generate the next one in the series. But looks like rand() is more stateful than that. Another weirdness: I put in 'round' in the same layer because of the vague idea that it would help generate random integers. But that's all we get anyway.
* 1438Kartik K. Agaram2015-05-231-0/+42
48 -0700 945 - move 'transform' layer to before 'run'' href='/akkartik/mu/commit/cpp/relayout?h=hlt&id=b1bbe92da37dd44df458ffa122e052612bb9eff3'>b1bbe92d ^
0864900c ^

b1bbe92d ^















d90fce40 ^
b1bbe92d ^

b1bbe92d ^













810542f1 ^
b1bbe92d ^










0864900c ^
b1bbe92d ^





b1bbe92d ^
0864900c ^


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