MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / random

Method random

Source/Utils/diamondsquare.hpp:444–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442 }
443
444 inline double random() {
445 return rnd->next_gauss();
446 }
447
448 uint power2, systemSize;
449 std::vector<std::vector<double> > R;

Callers

nothing calls this directly

Calls 1

next_gaussMethod · 0.80

Tested by

no test coverage detected