Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit fb6e35f

Browse files
authored
Update TestRand.m
1 parent 21600b7 commit fb6e35f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TestRand.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
end
55

66
properties (MethodSetupParameter)
7-
seed = {0, 123};
7+
seed = {0, 123, 4294967295};
88
end
99

1010
properties (TestParameter)
@@ -51,4 +51,4 @@ function testClass(testCase,dim1,dim2,type)
5151
testCase.verifyClass(rand(dim1,dim2,type), type)
5252
end
5353
end
54-
end
54+
end

0 commit comments

Comments
 (0)