Skip to content
Snippets Groups Projects
Commit 02f527b3 authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

ENH: have committed a test

parent 32f99bb4
Branches
Tags
No related merge requests found
......@@ -56,8 +56,8 @@ void PrintAvailableTests()
void LoadTestEnv()
{
//Set seed for rand and itk mersenne twister
//srand(1);
//itk::Statistics::MersenneTwisterRandomVariateGenerator::GetInstance()->SetSeed(1234);
srand(1);
itk::Statistics::MersenneTwisterRandomVariateGenerator::GetInstance()->SetSeed(1234);
}
int main(int ac, char* av[])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment