Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
sim:start [2022/07/17 10:43] – [Namespace sim::rand] rajit | sim:start [2022/08/01 15:31] – [Namespace sim::rand] rajit | ||
---|---|---|---|
Line 29: | Line 29: | ||
<code act> | <code act> | ||
- | export | + | template< |
defproc file_source(chan!(int< | defproc file_source(chan!(int< | ||
</ | </ | ||
Line 35: | Line 35: | ||
<code act> | <code act> | ||
- | export | + | template< |
defproc check_sink(chan? | defproc check_sink(chan? | ||
</ | </ | ||
Line 42: | Line 42: | ||
===== Namespace sim::rand ===== | ===== Namespace sim::rand ===== | ||
- | The '' | + | The '' |
<code act> | <code act> | ||
Line 48: | Line 48: | ||
defproc source(chan!(int< | defproc source(chan!(int< | ||
</ | </ | ||
- | This defines a source whose output is generated using the underlying | + | This defines a source whose output is generated using the underlying library' |
<code act> | <code act> |