public override void Randomize() { int arraylength = -1; Random rand = new Random(); int strlength; byte[] strbuf, myByte; //position position = new Point(); position.Randomize(); //orientation orientation = new Quaternion(); orientation.Randomize(); }
public override void Randomize() { int arraylength = -1; Random rand = new Random(); int strlength; byte[] strbuf, myByte; //header header = new Header(); header.Randomize(); //point point = new Point(); point.Randomize(); }