CCF
Loading...
Searching...
No Matches
random.h
Go to the documentation of this file.
1// Copyright (c) Microsoft Corporation. All rights reserved.
2// Licensed under the Apache 2.0 License.
3#pragma once
4
6
8{
9 // Implements Math.random in an enclave-compatible way
11 {
12 public:
14
15 void install(js::core::Context& ctx) override;
16 };
17}
Definition context.h:46
Definition extension_interface.h:16
void install(js::core::Context &ctx) override
Definition random.cpp:53
MathRandomExtension()
Definition random.h:13
Definition consensus.h:9