blob: ce6cb0a5b42239610436ebb346f4f9800e4ce464 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("prng") {
deps = [
"$zx/third_party/ulib/musl:musl_internal",
]
sources = [
"__rand48_step.c",
"__seed48.c",
"drand48.c",
"lcong48.c",
"lrand48.c",
"mrand48.c",
"rand.c",
"rand_r.c",
"random.c",
"seed48.c",
"srand48.c",
]
}