X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FRandom.cpp;h=9f85de19e81a49a537dfdab1bf89f041127cd788;hb=HEAD;hp=16f3e8b321bf2ca31e2cfe35a827fe1c75546ec5;hpb=5b7f5ceffc884cf0c284c0ac9eaee6dc140453fd;p=folly.git diff --git a/folly/Random.cpp b/folly/Random.cpp index 16f3e8b3..9f85de19 100644 --- a/folly/Random.cpp +++ b/folly/Random.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2017 Facebook, Inc. + * Copyright 2011-present Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,22 +16,22 @@ #include +#include #include #include #include -#include -#include #include #include #include #include #include #include +#include #include #ifdef _MSC_VER -# include // @manual +#include // @manual #endif namespace folly { @@ -150,4 +150,4 @@ ThreadLocalPRNG::ThreadLocalPRNG() { uint32_t ThreadLocalPRNG::getImpl(LocalInstancePRNG* local) { return local->rng(); } -} +} // namespace folly