arudradey's picture
download
raw
688 Bytes
//===-- Implementation of srand -------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
#include "src/stdlib/srand.h"
#include "src/__support/common.h"
#include "src/__support/macros/config.h"
#include "src/stdlib/rand_util.h"
namespace LIBC_NAMESPACE_DECL {
LLVM_LIBC_FUNCTION(void, srand, (unsigned int seed)) {
rand_next.store(seed, cpp::MemoryOrder::RELAXED);
}
} // namespace LIBC_NAMESPACE_DECL

Xet Storage Details

Size:
688 Bytes
·
Xet hash:
ddfd4d9c6a97d08fbbad55d829e4f3d45c47079e4aab0397a875a11fede65a33

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.