﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
603	Serie created with Rand() function change trhough time	cperales	Víctor de Buen Remiro	"A Serie created with Rand() changes each time user interacts with it.

With this code:

Serie serA=Rand(0,1,Diario);
Serie serAb=(B):serA;

SerA and serAb are different at all, it is not one backwarded from the other.

With Copy function the results are as expected.
Serie serC=Copy(Rand(0,1,Diario));
Serie serCb=(B):serC;

Could Rand description include this advice?

Thanks"	defect	closed	normal		TimeSetAlgebra	1.1.6	blocker	fixed		
