Skip to content

Commit

Permalink
Refs #8506. ScopedWorkspace: remove srand call.
Browse files Browse the repository at this point in the history
No need, we don't really care about the seed.
  • Loading branch information
arturbekasov committed Nov 28, 2013
1 parent 019b34e commit 2ac07b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Code/Mantid/Framework/API/src/ScopedWorkspace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ namespace API
{
static const std::string alphabet = "0123456789abcdefghijklmnopqrstuvwxyz";

// Randomize
srand( static_cast<unsigned int>( time(0) ) );

std::string result;
result.reserve(len);

Expand Down

0 comments on commit 2ac07b6

Please sign in to comment.