Given n, create n random numbers such that their standard deviation is also n.
Non-random submission that passes Test Suite. (And it's not the only one!) To be a bit more more strict, the Test Suite could check to ensure separate calls on the function "randpro" with identical input variable "n" produce (significantly) different outputs, which is expected from the requirement of the Problem Statement to output "random" numbers.
Hard-coded specifically for the tests in the Test Suite :-P
3418 Solvers
749 Solvers
1781 Solvers
Matlab Basics - Pick out parts of a vector
149 Solvers
Test Problem; Create a 5x5 array containing all ones
198 Solvers