
** https://Binomial-simulation.com

*Time, 
** start,  end, console out, plot out,  csv out,   unit
       0,  100,       10,      50,    5,    generations
       
*Element
N, 1000, Blue, 
P, 0, Green, 8
S1, 0, Orange, s
S2, 0, Yellow, p
S3, 0, magenta, <
T, 1000, Blue, 1
W, 1000, Black, D

*ElementInOut
** 0:element name, 1:initial number, 2:plot color, 3:marker, 4:type,
** 5:schedule_type(0 or 1 or 2), 
** 6 to end; if type-0 (8:at time, 9:amaunt, 10:at time, 11:amaunt, -> -> ), 
**           if type-1 (8:interval, 9:amaunt), 
**           if type-2 (8:const, 9:amplitude, 10:period-time, 11:add-interval)
** T-in, 100000, Green, , , 2, 1000, 1000, 2000, 500
** T-in, 0, blue, , , 0, 5, 100, 10, 100, 15, 20, 2, 100
Q, 0, blue, s, , type-0, 10, 100
T-in, 0, blue, h, , type-1, 2, 10
T-out, 1000, magenta, 4, , type-1,  2, -50

*Reaction, 2000000, random
r1_1, 100, 1, N, 0.02, 1, P
r1_+, 300, 0, 0, 0.2, 8, S1
r1_+, 350, 0, 0, 0.4, 7, S2
r1_+, 380, 0, 0, 0.6, 11, S3
r1_-, 400, 50, T, 0.5, 0, 0
r1_0, 500, 1, W, 0.05

*Plot
** second item is "linear"(default) or "log".
S1, S2, S3, T-in
N, P, T-out
T, W, Q




