Revision 353, 495 bytes
(checked in by smidl, 16 years ago)
|
doc
|
Line | |
---|
1 | digraph G |
---|
2 | { |
---|
3 | edge [fontname="FreeSans",fontsize="10",labelfontname="FreeSans",labelfontsize="10"]; |
---|
4 | node [fontname="FreeSans",fontsize="10",shape=record]; |
---|
5 | rankdir=LR; |
---|
6 | Node1 [label="itpp::DSFMT\< MEXP, POS1, SL1, MSK1, MSK2, MSK32_1, MSK32_2, MSK32_3, MSK32_4, FIX1, FIX2, PCV1, PCV2 \>",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classitpp_1_1DSFMT.html",tooltip="C++ implementation of dSFMT random number generatorThe DSFMT class implements parts..."]; |
---|
7 | } |
---|