MCPcopy Index your code
hub / github.com/ciphermodelabs/ciphercore / random_evaluate

Function random_evaluate

ciphercore-base/src/evaluators.rs:159–161  ·  view source on GitHub ↗

Evaluate a given graph on a given set of inputs with a random PRNG seed.

(graph: Graph, inputs: Vec<Value>)

Source from the content-addressed store, hash-verified

157
158/// Evaluate a given graph on a given set of inputs with a random PRNG seed.
159pub fn random_evaluate(graph: Graph, inputs: Vec<Value>) -> Result<Value> {
160 evaluate_simple_evaluator(graph, inputs, None)
161}

Callers 15

test_notFunction · 0.85
test_orFunction · 0.85
test_named_contextsFunction · 0.85
parallel_random_evaluateFunction · 0.85
test_mux_bitsFunction · 0.85
test_mux_broadcastFunction · 0.85
custom_reduce_vec_helperFunction · 0.85
custom_reduce_helperFunction · 0.85
test_well_behavedFunction · 0.85

Calls 1