flyingaway
03-29-2009, 02:18 PM
I want create a dat file with random function (random point3)
and I want the number be big enough : 44 sets and every set have 500 position values
the following is my plan
for i =1 to 44 do
(
for i=1 to 500 do
(
random [num,num,num] [num,num,num] --is this enough??
)
)
create file --dont know how to realize
write data to the file --dont know how to realize
so much I can think of , need help to full of it
many thanks
and I want the number be big enough : 44 sets and every set have 500 position values
the following is my plan
for i =1 to 44 do
(
for i=1 to 500 do
(
random [num,num,num] [num,num,num] --is this enough??
)
)
create file --dont know how to realize
write data to the file --dont know how to realize
so much I can think of , need help to full of it
many thanks
