Exemple #1
0
Row RandTime :: Get() {
	int n = mDist->NextInt();
	TimeRep t = mBegin;
	t.Inc( n );
	return Order( Row( t.Str() ) );
}