MCPcopy Create free account
hub / github.com/SoarGroup/Soar / SoarRand

Function SoarRand

Core/SoarKernel/src/soar_rand.cpp:8–11  ·  view source on GitHub ↗

real number in [0,1]

Source from the content-addressed store, hash-verified

6
7// real number in [0,1]
8double SoarRand()
9{
10 return gSoarRand.rand();
11}
12
13// real number in [0,n]
14double SoarRand(const double& max)

Callers 6

testSoarRandMethod · 0.85
DoRandMethod · 0.85

Calls 1

randMethod · 0.80

Tested by 1

testSoarRandMethod · 0.68